-
Notifications
You must be signed in to change notification settings - Fork 33
Open
Description
Hi,
We are trying to run AnySplat with the original DL3DV dataset.
We have downloaded the full dataset from the official source, and the structure we have is:
dl3dv/
├── 1k/
│ ├── transforms.json
│ ├── frame_0001.jpg
│ ├── frame_0002.jpg
│ └── ...
├── 2k/
│ └── ...
├── ...
└── 11k/
└── ...
However, in the AnySplat code, the DatasetDL3DV class seems to expect a different directory structure, including train_index.json, test_index.json, images/, images_4/, and depth/ folders inside each scene directory.
With the dataset we downloaded, we cannot run the code directly because:
- There are no
train_index.json/test_index.jsonfiles. - Images are stored directly in the scene folder (e.g.,
frame_0001.jpg) instead of insideimages/orimages_4/. - Depth
.npyfiles are missing.
Could you please clarify:
- How did you process the original DL3DV dataset to match the structure expected by AnySplat?
- Is there any preprocessing script you used to generate
train_index.json/test_index.jsonand reorganize the images/depth files? - If possible, could you share the code or instructions for this preprocessing step?
Thank you!
Metadata
Metadata
Assignees
Labels
No labels