fdarmon/NeuralWarp

custom dataset

Opened this issue · 1 comments

Hello, if I need to train a custom dataset, what are the format requirements?

Hello,

You can copy the data that we provide for DTU in download_dtu.sh. You would need a cameras.npz file with the world2cam matrices for each view and a global scene scaling matrix. You also need a file pairs.txt file that defines the source image to chose for each reference image. See #1 (comment) for an exemple of how to generate it from a colmap reconstruction.