NeuralWarp icon indicating copy to clipboard operation
NeuralWarp copied to clipboard

custom dataset

Open honey-zhao opened this issue 2 years ago • 1 comments

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

honey-zhao avatar Oct 17 '22 14:10 honey-zhao

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 https://github.com/fdarmon/NeuralWarp/issues/1#issuecomment-1058269029 for an exemple of how to generate it from a colmap reconstruction.

fdarmon avatar Oct 25 '22 21:10 fdarmon