Skip to content

Question about training on original DL3DV dataset with AnySplat #77

@Frank-Wang-wow

Description

@Frank-Wang-wow

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.json files.
  • Images are stored directly in the scene folder (e.g., frame_0001.jpg) instead of inside images/ or images_4/.
  • Depth .npy files are missing.

Could you please clarify:

  1. How did you process the original DL3DV dataset to match the structure expected by AnySplat?
  2. Is there any preprocessing script you used to generate train_index.json / test_index.json and reorganize the images/depth files?
  3. If possible, could you share the code or instructions for this preprocessing step?

Thank you!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions