-
Notifications
You must be signed in to change notification settings - Fork 1
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
Lidar to Camera Projection Example #4
Comments
Hi, thanks for your interest. However, sorry for the delay, but we have some complications with a public licence for the software created at the university. I hope we should be able to release it in several weeks. About the calibrations, pleas take look at https://github.com/Robotics-BUT/Brno-Urban-Dataset-Calibrations/tree/7d859584c7d8a0c2007285a1da04e1771b824544 Please let me know if there would be any problem. |
Hi, thanks for your excellent project. I could not figure out the intrinsic parameters of your camera calibration. Is the distortion coeffs k1/k2/p1/p2/k3 in opencv format? Thanks, |
Yes, as you mentioned. It is the common opencv format. |
Thanks for your timely reply and kindness. |
Hello, thanks for your great work firstly! I have several questions when fusing lidar and image. |
Hi, thanks for your interest. You are welcome.
|
Got it! Thanks for your reply and kindness! |
Thanks for the great work! Do you have an update on the lidar-to-image projection script? |
Hi! Sorry we have currently no implementation in python, but we handled these topic and many others in related project available here. It is a C++ project, but you can at least find out, how the math is used here. |
I currently try to use the lidar information together with the cameras, but I got stuck figuring out the right transformations.
@adamek727 mentioned a lidar to camera projection example in #1. To you still plan to release this.
This would be super helpful
Thank you
The text was updated successfully, but these errors were encountered: