Simple-Robotics / cosypose

Code for "CosyPose: Consistent multi-view multi-object 6D pose estimation", ECCV 2020.
MIT License
69 stars 15 forks source link

Fix SE(3) matrix multiplication bug in object to world transformation #20

Open jingnanshi opened 1 year ago

jingnanshi commented 1 year ago

A very simple fix but important. Use proper matrix multiplication instead of elementwise multiplication. We notice that the loaded ground truth object frame to world frame transformations are incorrect, and realized that this line is wrong.