ethnhe / PVN3D

Code for "PVN3D: A Deep Point-wise 3D Keypoints Hough Voting Network for 6DoF Pose Estimation", CVPR 2020
MIT License
489 stars 105 forks source link

question about visualize keypoint and center point #100

Open ssh10032 opened 2 years ago

ssh10032 commented 2 years ago

Hi. Before I mention about issue that I struggling, thanks for your great works. It's very helpful to studying 6 DoF pose estimation. I'm trying to adapt my own dataset generated by NDDS. Here is list what i've done.

Here's my visualization output.

microwave 정면 microwave 돌린거 linemod cat linemod cat 회전

It seems to be visualized a little differently from the actual object location. I think this problem is due to wrong translation vector value(cam_t_m2c). I use object's coordinate in world coordinate system as translation vector(cam_t_m2c). Can I get advice about this problem? Here's my Json file that I use to get rotaion matrix(cam_R_m2c) and translation vector(cam_t_m2c). 123213123

Thanks about your great work again.