nianticlabs / simplerecon

[ECCV 2022] SimpleRecon: 3D Reconstruction Without 3D Convolutions
Other
1.31k stars 121 forks source link

Colmap based point fusion produces awkward result #11

Closed jaymefosa closed 2 years ago

jaymefosa commented 2 years ago

After running colmap and getting the dense undistorted images and camera poses everything seems to be good (including the depth maps) up until the point cloud fusion step. Is there an issue with intrinsics again by any chance?

image

pengwangucla commented 2 years ago

I think the fusion doesn't work well if the pose info is not from ground truth. Noise pose can produce in correct fusion

mohammed-amr commented 2 years ago

This model is trained on ScanNet images with a the range of FOVs present in their train set. So I'd do two things in this situation:

Thanks for your interest.