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

Fail to estimate the intrinsic camera parameters of model mei #57

Open
x-wang opened this issue Jul 28, 2016 · 1 comment
Open

Fail to estimate the intrinsic camera parameters of model mei #57

x-wang opened this issue Jul 28, 2016 · 1 comment

Comments

@x-wang
Copy link

x-wang commented Jul 28, 2016

The program runs well to estimate all the intrinsic parameters of the pinhole model, however, it crashes when specified as mei, the unified projection model. Seems like it failed to estimate the Jacobian matrix. The detailed output:

./intrinsic_calib -i ./videoCam/ -p img -e jpg --camera-model mei
# INFO: Camera model: Mei
[camera] # INFO: CataCamera model fails with given data. 
WARNING: Logging before InitGoogleLogging() is written to STDERR
W0727 18:46:44.989917 1971659536 parameter_block.h:339] Local parameterization Jacobian computation returnedan invalid matrix for x: nan nan nan nan
 Jacobian matrix : nan nan nan
nan nan nan
nan nan nan
nan nan nan
F0727 18:46:44.989989 1971659536 parameter_block.h:177] Check failed: UpdateLocalParameterizationJacobian() Local parameterization Jacobian computation failed for x: nan nan nan nan
*** Check failure stack trace: ***
Abort trap: 6

Is there any obvious mistake here? I actually just want to calibrate a normal webcam.

@mmp52
Copy link

mmp52 commented Sep 11, 2019

Hey There! I am having a similar problem in another project (https://github.com/HKUST-Aerial-Robotics/VINS-Fusion) but not in the camera parameters, in the initialization process of the VIO.
Anyway, have you found the reason behind this since it has been 3 years?

Thanks!
Metin

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