-
Notifications
You must be signed in to change notification settings - Fork 108
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
Strange calibration results and reprojection #58
Comments
The result is common with you have the wrong camera intrinsic parameters or camera model. |
thank you for pointing out this problem. WE also encounter this problem. May I know if you have fixed this problem? I have checked that the intrinsic parameters are correct. What does camera model mean? For our project, we use the norm pinhole camera. Kindly please suggest. |
What's the FOV of your camera? |
The FOV of my camera is about 120 degrees. Thank you |
We calibrate 120 FOV cameras as fisheye. |
你好,你的问题解决了吗 |
Thank you very much for your hard work, and it is very meaningful in sensor calibration! But when I tried this project, I encountered some problems and needed your help!
Due to the lack of actual LiDAR and calibration office, I attempted to calibrate it in Gazebo simulation. The LiDAR used is Velodyne HDL-32E. The camera parameters used are as follows:
Height: 512 Width: 640 Disruption_model: "plumb'bob" D: [0.0, 0.0, 0.0, 0.0, 0.0, 0.0] K: [554.254691191187, 0.0, 320.5, 0.0, 554.254691191187, 256.5, 0.0, 0.0, 1.0] R: [1.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0] P: [554.254691191187, 0.0, 320.5, -38.79782838331, 0.0, 554.254691191187, 256.5, 0.0, 0.0, 0.0, 1.0, 0.0] Binning_x: 0 Binning_y: 0 ROI: X_offset: 0 Yyoffset: 0 Height: 0 Width: 0 Do-rectify: False
When I follow the readme tutorial for calibration, I can correctly capture the calibration board in the camera and the calibration board in the LiDAR. As shown in the following figure:
I collected a total of eight samples and the final results are as follows:
Although the calibration result does not seem to match the actual pose relationship of my sensor, I still tried the final reprojection and the final result is as follows:
This looks very strange. I have tried many times, and each time I get the same extrinsic parameters, and the reprojection is also similar. This result is very strange and bothers me a lot. I couldn't find what problem led to this result. I wonder if you have encountered a similar situation? Can you provide me with some help?
The text was updated successfully, but these errors were encountered: