File size: 2,425 Bytes
41317ba |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 |
---
pretty_name: Counter-Strike 2 Highlight Clips
size_categories:
- 1K<n<10K
task_categories:
- video-classification
- text-to-video
- image-to-video
annotations_creators:
- found
language:
- en
license: cc0-1.0
multilinguality:
- monolingual
source_datasets:
- original
tags:
- video
configs:
- config_name: metadata
data_files:
- split: metadata
path: dataset.jsonl.zst
default: true
- config_name: previews
data_files:
- split: previews
path: previews/*
- config_name: videos
data_files:
- split: videos
path: videos/*
---
# Dataset Card for Counter-Strike 2 Highlight Clips
### Dataset Summary
This dataset contains 4,857 high-quality gameplay highlight clips primarily from Counter-Strike 2, with a small portion from Counter-Strike: Global Offensive. The clips focus on key gameplay moments such as kills, bomb interactions, and grenade usage. The clips are collected from competitive platforms like Faceit and in-game competitive modes (Premier, Matchmaking) across various skill levels, making it ideal for research related to Counter-Strike 2 that requires high quality video content.
### Languages
The dataset is monolingual:
- English (en): All video titles and metadata are in English
## Dataset Structure
### Data Files
The dataset consists of:
- Video files (.mp4 format) at 1080p resolution
- Preview image files (.jpg format) for each video
- JSON metadata file containing information about each clip
### Data Fields
Each video entry contains:
- file: Path to the video file (.mp4)
- preview: Path to the preview image (.jpg)
- fps: Frame rate of the video (60 or 120)
- title: Optional user-provided title for the clip (can be null)
- steamid: Steam ID of the player featured in the clip
### Video Specifications
- Resolution: 1080p
- Frame rates:
- 842 videos at 60 fps
- 4,015 videos at 120 fps
- No external watermarks (only in-game HUD present)
- All clips contain significant gameplay moments
## Additional Information
### License
The metadata in this dataset is dedicated to the public domain under the Creative Commons Zero (CC0) license. This means you can:
* Use the metadata for any purpose, including commercial projects
* Modify it however you like
* Distribute it without asking permission
CC0 license: https://creativecommons.org/publicdomain/zero/1.0/deed.en
### Dataset Curators
- [nyuuzyou](https://ducks.party)
|