-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Throw an error on non-zero k4, k5 or k6 #3611
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Take a look closely at the colmap distortion model and the nerfstudio distortion model. They are equivalent up to k3. For fisheye cameras, you should use the fisheye model, not a perspective model. |
Are you saying that for the fisheye camera model, k4 is interpreted correctly? I'll fix it for you |
I think k4 is correctly assigned as the fourth-order radial distortion coefficient and error check can be removed. |
Hi @jb-ye @devernay, why is there a problem when k4 is not equal to 0? #3355 #3381 When reading the camera distortion coefficients such as this, k4 is correctly assigned as the fourth-order radial distortion coefficient rather than the fourth coefficient. The current approach makes data with non-zero k4 coefficient like fisheye unusable.
The text was updated successfully, but these errors were encountered: