Update README_EXTRACT_DEPTH.txt
Browse files- README_EXTRACT_DEPTH.txt +2 -2
README_EXTRACT_DEPTH.txt
CHANGED
|
@@ -12,8 +12,8 @@ cat scannetpp_depth.tar.zst.* | zstd -d | tar -xf -
|
|
| 12 |
|
| 13 |
## Extract to a chosen location (e.g., /data/reason3r/depth_only/)
|
| 14 |
mkdir -p /data/reason3r/depth_only/
|
| 15 |
-
cat arkitscenes_depth.tar.zst.* | zstd -d | tar -xf - -C /data/reason3r/
|
| 16 |
-
cat scannetpp_depth.tar.zst.* | zstd -d | tar -xf - -C /data/reason3r/
|
| 17 |
|
| 18 |
## Verify integrity without extracting
|
| 19 |
cat arkitscenes_depth.tar.zst.* | zstd -t
|
|
|
|
| 12 |
|
| 13 |
## Extract to a chosen location (e.g., /data/reason3r/depth_only/)
|
| 14 |
mkdir -p /data/reason3r/depth_only/
|
| 15 |
+
cat arkitscenes_depth.tar.zst.* | zstd -d | tar -xf - -C /data/reason3r/data/
|
| 16 |
+
cat scannetpp_depth.tar.zst.* | zstd -d | tar -xf - -C /data/reason3r/data/
|
| 17 |
|
| 18 |
## Verify integrity without extracting
|
| 19 |
cat arkitscenes_depth.tar.zst.* | zstd -t
|