williamzhangNU commited on
Commit
6f5cce2
·
verified ·
1 Parent(s): d68b91a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -2
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-cli download MLL-Lab/tos-data --repo-type dataset --local-dir room_data
 
 
39
  ```
40
 
41
  Or use the ToS setup script which downloads automatically:
42
 
43
  ```bash
44
- git clone https://github.com/williamzhangNU/Theory-of-Space.git
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
  ```