microsoft / singleshotpose

This research project implements a real-time object detection and pose estimation method as described in the paper, Tekin et al. "Real-Time Seamless Single Shot 6D Object Pose Prediction", CVPR 2018. (https://arxiv.org/abs/1711.08848).
MIT License
723 stars 214 forks source link

gt and pr boxes are not aligned with the object #170

Open fbas-est opened 2 years ago

fbas-est commented 2 years ago

Even though the network converges and the pr boxes are the same as the gt ones when I try to display them they are not aligned with the object. Even for the pretrained weights I downloaded the result is the same: image

AristideLaignel commented 1 year ago

Change the test_width and test_height with the coorect image size : 640x480