linfeng302 commited on
Commit
85157ca
·
verified ·
1 Parent(s): 212fcfe

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +4 -0
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