Duanj1 commited on
Commit
7766d12
·
verified ·
1 Parent(s): 1a5ac52

add README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -1
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
- cd 2D/; for f in *.tar; do tar -xf $f; done; cd ../3D/; for f in *.tar; do tar -xf $f; done
 
 
 
 
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