E0217 20:12:24.338052 34331 logging.cc:56] [image_reader.cc:40] Check failed: ExistsCameraModelWithName(camera_model)
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
You should use the source code in this repo.
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
I do not use the command "colmap automatic_reconstructor --image_path ./images --workspace_path". You can try the listed commands in this repo.