README v2: sample provenance + quickstart notebook
Browse files
examples/quickstart.ipynb
CHANGED
|
@@ -4,7 +4,15 @@
|
|
| 4 |
"cell_type": "markdown",
|
| 5 |
"id": "intro",
|
| 6 |
"metadata": {},
|
| 7 |
-
"source": "# CounterStrike-1K — Quickstart\n\
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8 |
},
|
| 9 |
{
|
| 10 |
"cell_type": "markdown",
|
|
|
|
| 4 |
"cell_type": "markdown",
|
| 5 |
"id": "intro",
|
| 6 |
"metadata": {},
|
| 7 |
+
"source": "# CounterStrike-1K — Quickstart\n\nEnd-to-end walkthrough of the public preview dataset. **Open in Colab and run all** — the first cell installs the loader.\n\n[](https://colab.research.google.com/github/AnirudhhRamesh/CounterStrike-1K/blob/main/cs2_release/quickstart.ipynb)\n\n**What you'll see**: 1) browse the manifest, 2) decode one sample, 3) inspect actions/state, 4) watch the video, 5) **HUD overlay to verify action–video alignment**, 6) load all 10 synchronized POVs of one round.\n\nIf you're running locally instead of Colab, `uv add datasets \"counterstrike1k @ git+https://github.com/AnirudhhRamesh/counterstrike1k\"` once and skip the next cell."
|
| 8 |
+
},
|
| 9 |
+
{
|
| 10 |
+
"cell_type": "code",
|
| 11 |
+
"id": "2d22fcd3",
|
| 12 |
+
"source": "# Colab / fresh-kernel install. Local users with `uv add` already done can skip this cell.\n%pip install -q \"counterstrike1k @ git+https://github.com/AnirudhhRamesh/counterstrike1k\" datasets pandas matplotlib pillow av",
|
| 13 |
+
"metadata": {},
|
| 14 |
+
"execution_count": null,
|
| 15 |
+
"outputs": []
|
| 16 |
},
|
| 17 |
{
|
| 18 |
"cell_type": "markdown",
|