Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -37,10 +37,12 @@ pip install -U "huggingface_hub[cli]"
|
|
| 37 |
|
| 38 |
# Download the dataset to local
|
| 39 |
# This will download 'assets/' and 'metadata/' folder into local dir
|
| 40 |
-
mkdir -p
|
| 41 |
-
huggingface-cli download VisGym/
|
| 42 |
```
|
| 43 |
|
|
|
|
|
|
|
| 44 |
## Citation
|
| 45 |
|
| 46 |
If you use this dataset, please cite:
|
|
|
|
| 37 |
|
| 38 |
# Download the dataset to local
|
| 39 |
# This will download 'assets/' and 'metadata/' folder into local dir
|
| 40 |
+
mkdir -p training_dataset
|
| 41 |
+
huggingface-cli download VisGym/visgym_data --repo-type dataset --local-dir ./training_dataset
|
| 42 |
```
|
| 43 |
|
| 44 |
+
Check here for more usage details: https://github.com/visgym/VisGym/blob/main/visgym_training/README.md
|
| 45 |
+
|
| 46 |
## Citation
|
| 47 |
|
| 48 |
If you use this dataset, please cite:
|