radar-lab / ti_mmwave_rospkg

TI mmWave radar ROS driver (with sensor fusion and hybrid)
269 stars 102 forks source link

Radar to camera Calibration #51

Open deepumdev opened 1 year ago

deepumdev commented 1 year ago

I would like to know how to project x,y coordinates of the radar onto the 2d image of the camera. Presently i am using usb camera and i did camera calibration. I have tried two methods to do the radar to camera calibration. First one is CV2.SolvePNP and second method is homography. Unfortunately, the both experiment results were not accurate. Its RMSE values are higher even after collecting more than 30 corresponding points. I have tried to reduce RMSE value, but its not working. can anyone suggest any solution to implement the radar to camera calibration ?