Datasets:
Languages:
English
Size:
10K<n<100K
ArXiv:
Tags:
sports-analytics
computer-vision
object-tracking
trajectory-prediction
ball-tracking
racket-pose-estimation
License:
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -38,6 +38,10 @@ tags:
|
|
| 38 |
This dataset is distributed as **static files** (videos, CSV, JSON, PKL). Download it with the Hugging Face CLI, then follow the [project README](https://github.com/OrcustD/RacketVision/blob/main/README.md) for environment setup and training:
|
| 39 |
|
| 40 |
```bash
|
|
|
|
|
|
|
|
|
|
|
|
|
| 41 |
hf download linfeng302/RacketVision --repo-type dataset --local-dir data
|
| 42 |
```
|
| 43 |
|
|
|
|
| 38 |
This dataset is distributed as **static files** (videos, CSV, JSON, PKL). Download it with the Hugging Face CLI, then follow the [project README](https://github.com/OrcustD/RacketVision/blob/main/README.md) for environment setup and training:
|
| 39 |
|
| 40 |
```bash
|
| 41 |
+
# Official code layout (clone https://github.com/OrcustD/RacketVision ): from repo root
|
| 42 |
+
hf download linfeng302/RacketVision --repo-type dataset --local-dir source/data
|
| 43 |
+
|
| 44 |
+
# Stand-alone data folder only (you must point module configs or --data_root to this directory)
|
| 45 |
hf download linfeng302/RacketVision --repo-type dataset --local-dir data
|
| 46 |
```
|
| 47 |
|