media_id stringclasses 2
values | match_id int32 2.39M 2.39M | map_name stringclasses 2
values | round int16 2 16 | player_slot int8 0 2 | spec_slot int8 6 8 | player_side stringclasses 1
value | primary_weapon stringclasses 2
values | weapons_used listlengths 3 6 | round_start_tick int32 5.37k 119k | freeze_end_tick int32 6.65k 121k | round_end_tick int32 14.7k 128k | capture_start_tick int32 6.65k 121k | capture_end_tick int32 14.7k 128k | death_tick int32 | survived_round bool 1
class | source_tickrate float32 128 128 | width int16 768 768 | height int16 432 432 | duration_s float32 122 126 | video_frames int32 2.43k 2.52k | preview_video video 122 126 | preview_video_bytes int64 12.8M 13.4M | sidecar_bytes int64 56.3k 60.5k | inputs_jsonl_path stringclasses 2
values | world_jsonl_path stringclasses 2
values | source_repo stringclasses 2
values | source_segment_count int16 3 3 | source_video_bytes int64 72.4M 89M | source_audio_bytes int64 21.4M 22.2M | source_preview_bytes int64 13.8M 15.1M | source_duration_s float32 122 126 | created_at timestamp[ms, tz=UTC]date 2026-05-07 18:58:35 2026-05-07 18:58:35 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
2391545-de_anubis-r16-p00 | 2,391,545 | de_anubis | 16 | 0 | 6 | CT | awp | [
"awp",
"flashbang",
"incgrenade",
"knife_butterfly",
"smokegrenade",
"usp_silencer"
] | 119,337 | 120,617 | 128,396 | 120,617 | 128,397 | null | true | 128 | 768 | 432 | 121.550003 | 2,431 | 12,772,986 | 56,255 | hf://datasets/blanchon/opencs2_dataset_preview_test@main/rounds/match_id=2391545/map_name=de_anubis/round=16/player=00/inputs.preview.jsonl | hf://datasets/blanchon/opencs2_dataset_preview_test@main/rounds/match_id=2391545/map_name=de_anubis/round=16/player=00/world.preview.jsonl | blanchon/cs2_dataset_render | 3 | 72,373,375 | 21,443,858 | 13,752,263 | 121.5625 | 2026-05-07T18:58:35 | |
2391551-de_dust2-r02-p02 | 2,391,551 | de_dust2 | 2 | 2 | 8 | CT | ssg08 | [
"knife_stiletto",
"ssg08",
"usp_silencer"
] | 5,372 | 6,652 | 14,687 | 6,652 | 14,720 | null | true | 128 | 768 | 432 | 126.050003 | 2,521 | 13,432,282 | 60,496 | hf://datasets/blanchon/opencs2_dataset_preview_test@main/rounds/match_id=2391551/map_name=de_dust2/round=02/player=02/inputs.preview.jsonl | hf://datasets/blanchon/opencs2_dataset_preview_test@main/rounds/match_id=2391551/map_name=de_dust2/round=02/player=02/world.preview.jsonl | blanchon/cs2_dataset_render_part2 | 3 | 88,974,597 | 22,237,658 | 15,071,702 | 126.0625 | 2026-05-07T18:58:35 |
OpenCS2 Dataset Preview Test
Round-based test dataset for validating the next OpenCS2 package layout.
This repo has no public segment split: each row in pov_rounds is one
(match_id, map_name, round, player_slot) POV round.
Preview MP4s are lightweight overlay videos with JSONL sidecars.
Counts:
- matches: 2
- rounds: 45
- POV round rows: 2
- kills: 301
Use preview_video_bytes to estimate the exact MP4 download size after filtering.
The media feature columns remain path-only Hugging Face structs, so the Dataset
Viewer and TorchCodec can load media by URL.
from datasets import load_dataset, Video
ds = load_dataset("blanchon/opencs2_dataset_preview_test", "pov_rounds", split="train")
ds = ds.cast_column("preview_video", Video(seek_mode="approximate"))
row = ds[0]
clip = row["preview_video"].get_frames_played_in_range(20.0, 25.0)
- Downloads last month
- 32