SphereSfM icon indicating copy to clipboard operation
SphereSfM copied to clipboard

E0217 20:12:24.338052 34331 logging.cc:56] [image_reader.cc:40] Check failed: ExistsCameraModelWithName(camera_model)

Open mr-sarthakgupta opened this issue 11 months ago • 3 comments

While running the feature extraction script described in the readme file I'm facing the issue: E0217 20:12:24.338052 34331 logging.cc:56] [image_reader.cc:40] Check failed: ExistsCameraModelWithName(camera_model)

I infer that the camera model isn't present and checked colmap's documentation and indeed the camera model isn't listed there(https://colmap.github.io/cameras.html)

I had install colmap from source on my ubuntu 20.04

mr-sarthakgupta avatar Feb 17 '25 20:02 mr-sarthakgupta

You should use the source code in this repo.

json87 avatar Feb 18 '25 00:02 json87

Tried using the docker provided in this repo but still facing the same error. Also, the command colmap automatic_reconstructor --image_path ./images --workspace_path . provided in the docker folder uses simple radial camera type but we'd need spherical camera type here

mr-sarthakgupta avatar Feb 18 '25 06:02 mr-sarthakgupta

I do not use the command "colmap automatic_reconstructor --image_path ./images --workspace_path". You can try the listed commands in this repo.

json87 avatar Feb 26 '25 12:02 json87