-
Notifications
You must be signed in to change notification settings - Fork 65
Description
Dear @lcmrl
First of all, I want to express my gratitude for the fantastic work you've been doing!
I am trying to use classical COLMAP camera models in Deep Image Matching. For instance i'm trying to use a fish-eye camera model.
Whenever I try any of the following models
SIMPLE_RADIAL_FISHEYE, RADIAL_FISHEYE, OPENCV_FISHEYE, FOV, THIN_PRISM_FISHEYE
The error message I receive is: RuntimeError: Invalid camera model RADIAL_FISHEYE. This suggests that the camera model I'm trying to use is not recognized by Deep Image Matching.
I've tried to change upper case with lower case and use the dash "-" instead of the underscore "_," but the error persists.
Could you please help me pass to Deep Image Matching the correct instruction?
Your guidance on this matter would be invaluable and greatly appreciated.