NVlabs / Deep_Object_Pose

Deep Object Pose Estimation (DOPE) – ROS inference (CoRL 2018)
Other
988 stars 276 forks source link

Question regarding Ground truth data generation for testing #356

Open ArghyaChatterjee opened 1 month ago

ArghyaChatterjee commented 1 month ago

Hello @TontonTremblay ,

Hope you are doing well. Long time after the last discussion. I have a question regarding the ground truth data generation for testing. I am recently trying to generate some ground truth object pose data using mocap, and camera synchronization. So, I have a data with synched RGB image from zed2 and 6DoF pose of the object relative to camera (generated the relative transform from mocap world to camera and mocap world to object transform). Since I know the object dimension, I can generate the 3d cordinates of the object (3d keypoints: 8 vertices + 1 centroid). Now, when I try to project them to the 2D plane, the 2D keypoints (8 vertices pixel cordinates + 1 centroid pixel coordinate) are somehow not matching to the original object in the 2D image plane. Is there any opensource implementation that you suggest for this mapping to be correct ??

TontonTremblay commented 1 month ago

could you share a few examples? It is hard to say what is wrong, but I would think calibration problem or intrinsics.