19reborn / NeuS2

[ICCV 2023] Official code for NeuS2
Other
641 stars 42 forks source link

get the wrong transforms.json of dtu_scan24 images #68

Open shijunpu163 opened 8 months ago

shijunpu163 commented 8 months ago

I generate cameras_sphere.npz and images/mask file from 49 pngs in dtu_scan24/images with colmap method in neus(imgs2poses.py), then calcaute transforms.json using data_format_from_neus.py. But my transforms.json is different with the transforms.json in dtu_scan24.zip. So training and get the wrong mesh. Who can tell me how to make my custom dataset correctly?