Datasets:
Update dataset card paths
Browse files
README.md
CHANGED
|
@@ -24,10 +24,10 @@ lossy conversion step.
|
|
| 24 |
|
| 25 |
## Dataset Structure
|
| 26 |
|
| 27 |
-
The
|
| 28 |
|
| 29 |
```text
|
| 30 |
-
|
| 31 |
├── <scene_name>/
|
| 32 |
│ ├── Original/ # RGB panorama JPG files
|
| 33 |
│ └── Depth/ # HDF5 depth files
|
|
|
|
| 24 |
|
| 25 |
## Dataset Structure
|
| 26 |
|
| 27 |
+
The repository root mirrors the contents of the source `smx_sim/` directory:
|
| 28 |
|
| 29 |
```text
|
| 30 |
+
.
|
| 31 |
├── <scene_name>/
|
| 32 |
│ ├── Original/ # RGB panorama JPG files
|
| 33 |
│ └── Depth/ # HDF5 depth files
|