Kai-46 / nerfplusplus

improves over nerf in 360 capture of unbounded scenes
BSD 2-Clause "Simplified" License
911 stars 101 forks source link

about run_colmap.py #34

Open BITminicc opened 2 years ago

BITminicc commented 2 years ago

cameras, images, points3D files do not exist at “...”\output\sfm\sparse how to solve this problem?

Kai-46 commented 2 years ago

Did your colmap commands run successfully? Note that you could always directly execute colmap commands in terminal for debugging purposes.

loongofqiao commented 2 years ago

same question,have you fix this problem?

MaximeVandegar commented 2 years ago

Cameras, images and points3D are stored in \output\sfm\sparse\0 (COLMAP 3.6, macOS). I fixed the issued by manually extracting the files from \output\sfm\sparse\0 to \output\sfm\sparse. I believe updating this line should work