Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -35,13 +35,15 @@ This dataset provides pre-rendered 3D multi-room environments for evaluating spa
|
|
| 35 |
Download via Hugging Face CLI:
|
| 36 |
|
| 37 |
```bash
|
| 38 |
-
huggingface
|
|
|
|
|
|
|
| 39 |
```
|
| 40 |
|
| 41 |
Or use the ToS setup script which downloads automatically:
|
| 42 |
|
| 43 |
```bash
|
| 44 |
-
git clone https://github.com/
|
| 45 |
cd Theory-of-Space
|
| 46 |
source setup.sh
|
| 47 |
```
|
|
|
|
| 35 |
Download via Hugging Face CLI:
|
| 36 |
|
| 37 |
```bash
|
| 38 |
+
# Add huggingface token (optional, avoid 429 rate limit)
|
| 39 |
+
# export HF_TOKEN=
|
| 40 |
+
hf download MLL-Lab/tos-data --repo-type dataset --local-dir room_data
|
| 41 |
```
|
| 42 |
|
| 43 |
Or use the ToS setup script which downloads automatically:
|
| 44 |
|
| 45 |
```bash
|
| 46 |
+
git clone https://github.com/mll-lab-nu/Theory-of-Space
|
| 47 |
cd Theory-of-Space
|
| 48 |
source setup.sh
|
| 49 |
```
|