-
Notifications
You must be signed in to change notification settings - Fork 13
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
ds model calibration error is large #2
Comments
Thank you for your interest. |
Thanks for your reply. |
I use basalt_calibrate with 6x6 april grid and joint intrinsic and extrinsic calibration. The input images for calibration are 1216x1216 pixels. |
Thanks very much. |
Hello bro, I wander the calibration result from basalt_calibrate config.json can directly be used? I see the panorama is stiched well ,but the depth panorama is bad. The calibration result from basalt_calibrate can be used directly? or need to manually modify something? |
Hello, |
hi, seems like basalt_calibrate does not support calibrate more than 2 cameras, did you calibrate 3 pairs in a system of 4 cameras? |
Hello, |
thanks for clarify. and just to make sure , in the provided resouce , the extrinsics in the calibration.json are all realative to the first camera ? |
Yes, if you check the file, you will notice that the first camera's pose is identity. However, the depth estimation code stitches a panorama between the reference cameras. |
Hi, a quick question on calibration, did you use the bag format or the euroc format? And how were the folders with the data formatted to use all 4 cameras in basalt_calibrate? Did you use ros to do this? |
Hi, |
Hi again, rather than start a whole new issue I thought I would just post here. |
Hi, |
Current error: 7818.4 num_points 11678 mean_error 0.669498 reprojection_error 5309.73 mean reprojection 0.454678 opt_time 6ms. |
And what is the calibration you get? |
The rotations (qx, qy, qz, qw) seem to indicate that all cameras are facing the same direction. Is it the case? |
Ah, this is not the case, cam0 and cam2 point in one direction and cam1 and cam3 point in the opposite direction, how would I fix this? |
There might not be enough markers captured in the overlapping region of the front and back cameras |
I see, I will try again with calibration, thanks for the help! |
Thanks so much for this help with this. I noticed in the research paper, that you compared this method to the Omnimvs and Crownconv methods. If I may ask here, how did you get these methods working on a camera configuration that only had vertical displacement, rather than horizontal displacement? Thank you very much |
Hi, |
Hello,thanks for great job. I have repeated your evaluation_dataset,it's very good.
But when i use my own cameras on similar rigs back-to-back four 220 fisheye cameras,I can't repeat your great performance.
I think it's due to bad calibration,I follow https://gitlab.com/VladyslavUsenko/basalt/-/blob/master/doc/Calibration.md to calibration ds model. Bellow are the results:
Current error: 259499 num_points 130805 mean_error 1.98386 reprojection_error 151157 mean reprojection 1.15559 opt_time 16ms. Optimization Converged !!
I've tried my times,have checked all Apilgrid sizes and so on, but can't perform good calibration.
Would you give me some advice? I''ll be appreciated.Thanks for your great job.
The text was updated successfully, but these errors were encountered: