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

problem between pose form colmap sparse point cloud and pose in the dataset #105

Open mawenjie1111 opened 7 months ago

mawenjie1111 commented 7 months ago

hi,I am doing some work on point cloud acceleration nerf. But I find the pose generated by colmap is different from the pose provided by the dataset. So observing the point cloud under the pose provided in the dataset, the image projection seen is not consistent with the dataset. How did you solve this problem?

dunbar12138 commented 5 months ago

Hi, each run of COLMAP would give different 3D points and poses. We also pre-process the poses in our dataset. It wouldn't work if the point cloud is viewed under the poses given by a different COLMAP run.