Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -43,12 +43,12 @@ hf download MLL-Lab/tos-data --repo-type dataset --local-dir room_data
|
|
| 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 |
```
|
| 50 |
|
| 51 |
-
Refer to the [GitHub repository](https://github.com/
|
| 52 |
|
| 53 |
## File Structure
|
| 54 |
|
|
|
|
| 43 |
Or use the ToS setup script which downloads automatically:
|
| 44 |
|
| 45 |
```bash
|
| 46 |
+
git clone --single-branch --branch release https://github.com/mll-lab-nu/Theory-of-Space.git
|
| 47 |
cd Theory-of-Space
|
| 48 |
source setup.sh
|
| 49 |
```
|
| 50 |
|
| 51 |
+
Refer to the [GitHub repository](https://github.com/mll-lab-nu/Theory-of-Space) for evaluation instructions.
|
| 52 |
|
| 53 |
## File Structure
|
| 54 |
|