Skip to content
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

How to optimize camera intrinsic and extrinsic at same time #14

Open
ansj11 opened this issue Sep 24, 2024 · 1 comment
Open

How to optimize camera intrinsic and extrinsic at same time #14

ansj11 opened this issue Sep 24, 2024 · 1 comment

Comments

@ansj11
Copy link

ansj11 commented Sep 24, 2024

I want to know how to use this project to optimize camera intrinsic and extrinsic at same time? the camera model may be PINHOLE or RADIAL? Is it possible?

@yGaoJiany
Copy link
Collaborator

The PINHOLE model is supported, while RADIAL is not. The camera model used here is described by the parameters [f_x、f_y、c_x、c_y]. Gradients for the camera parameters have been calculated; you can set both intrinsic and extrinsic parameters to require gradients and add an optimizer for them. However, please note that the rotation in the extrinsic parameters should be expressed using Euler angles, quaternions, or rotation vectors, as directly optimizing the rotation matrix is not reasonable.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants