nerfplusplus icon indicating copy to clipboard operation
nerfplusplus copied to clipboard

about run_colmap.py

Open BITminicc opened this issue 4 years ago • 3 comments

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

BITminicc avatar Nov 25 '21 09:11 BITminicc

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

Kai-46 avatar Dec 08 '21 00:12 Kai-46

same question,have you fix this problem?

loongofqiao avatar Dec 20 '21 10:12 loongofqiao

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

MaximeVandegar avatar Jan 06 '22 17:01 MaximeVandegar