radar-lab/ti_mmwave_rospkg

Radar to camera Calibration

deepumdev opened this issue · 0 comments

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 ?