dunbar12138 / DSNeRF

Code release for DS-NeRF (Depth-supervised Neural Radiance Fields)
https://www.cs.cmu.edu/~dsnerf/
MIT License
746 stars 126 forks source link

run COLMAP with ground truth camera poses on Custom Data #87

Closed hyunJIN7 closed 1 year ago

hyunJIN7 commented 1 year ago

Hi there, thanks for sharing your work!

I try to apply custom data to the DSNeRF. In your paper, it is said that the sparse point clouds are generated by COLMAP with ground truth camera poses. Do I just have to apply COLMAP to the train data? Is there no need for COLMAP information on test data in def load_sensor_depth

Thanks.