Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -85,6 +85,15 @@ ds_keys_train = load_dataset(repo, "keys", split="train")
|
|
| 85 |
ds_keys_val = load_dataset(repo, "keys", split="val")
|
| 86 |
```
|
| 87 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 88 |
If you use this dataset, please cite:
|
| 89 |
|
| 90 |
```bibtex
|
|
|
|
| 85 |
ds_keys_val = load_dataset(repo, "keys", split="val")
|
| 86 |
```
|
| 87 |
|
| 88 |
+
## 🎥 Download iGround videos
|
| 89 |
+
|
| 90 |
+
- Fill in [this form](https://docs.google.com/forms/d/e/1FAIpQLSeqYqoFludNXy-2iQHnmIJhN8FfB0ieqnz8GWWF6hqfAEZexw/viewform?usp=header) to obtain links to the iGround videos
|
| 91 |
+
- Run the following script, found [here](https://github.com/ekazakos/grove/blob/main/scripts/download_iGround.sh), to download the iGround videos using the provided links
|
| 92 |
+
```bash
|
| 93 |
+
bash scripts/download_iGround.sh iGround_links.txt /path/to/iground_videos_dir
|
| 94 |
+
```
|
| 95 |
+
- **Caution**: the links expire in 7 days
|
| 96 |
+
|
| 97 |
If you use this dataset, please cite:
|
| 98 |
|
| 99 |
```bibtex
|