File size: 326 Bytes
77731f3 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | # Data Directory
Place local scene assets here when running experiments. Do not commit dataset files to the anonymous repository.
Recommended layout:
```text
data/
├── blender_indoor/
├── blender_outdoor/
├── hm3d/
└── scannetpp/
```
You may also pass absolute paths directly to the pipeline CLI.
|