Datasets:
add README.md
Browse files
README.md
CHANGED
|
@@ -39,7 +39,11 @@ If you use this data, please cite the original authors:
|
|
| 39 |
This release ships archives. Extract them in-place before pointing `SPATIAL_DATA_HOME` at this directory:
|
| 40 |
|
| 41 |
```bash
|
| 42 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 43 |
```
|
| 44 |
|
| 45 |
## Usage in Molmo2-ER
|
|
|
|
| 39 |
This release ships archives. Extract them in-place before pointing `SPATIAL_DATA_HOME` at this directory:
|
| 40 |
|
| 41 |
```bash
|
| 42 |
+
# Reassemble multipart archives, then extract
|
| 43 |
+
cat 2D/depth/depth.tar.gz.part_* > 2D/depth/depth.tar.gz
|
| 44 |
+
cat 2D/image/image.tar.gz.part_* > 2D/image/image.tar.gz
|
| 45 |
+
cat 3D/image_visual_choice/image_visual_choice.tar.gz.part_* > 3D/image_visual_choice/image_visual_choice.tar.gz
|
| 46 |
+
find . -name '*.tar.gz' -execdir tar -xzf {} \;
|
| 47 |
```
|
| 48 |
|
| 49 |
## Usage in Molmo2-ER
|