mli0603 / BlenderNeuralangelo

Blender addon to inspect and preprocess COLMAP data for Neuralangelo (CVPR 2023)
308 stars 21 forks source link

Work with sparse reconstruction only #12

Closed lxxue closed 1 year ago

lxxue commented 1 year ago

Thanks for the great work and open-sourcing this useful tool.

It seems that the tool only needs sparse point clouds, camera poses, and images. The image distortion should be negligible for deciding bounding boxes. Therefore, I have the feeling that we do not need dense reconstruction which might take a long time to run.

In that case, is it enough to just specify the image folder and the sparse folder for this addon?

mli0603 commented 1 year ago

Hi @lxxue

This addon only needs sparse reconstruction and image distortion. Dense reconstruction is not required :)