yuxng / PoseCNN

A Convolutional Neural Network for 6D Object Pose Estimation in Cluttered Scenes
https://rse-lab.cs.washington.edu/projects/posecnn/
MIT License
746 stars 242 forks source link

GT pose of the YCB dataset is strange #123

Open hetolin opened 2 years ago

hetolin commented 2 years ago

Hi, thanks for sharing your code! I have some questions about the gt pose of the dataset. The pose array from the metafile is strange, they have a shape with(3,4), (4,3), and (4,4).

For example, in the scene 00001/000005-meta.mat, the meta['pose'] = [[ 0.994375 -0.101504 0.0302549 0.07000585] [-0.0357059 -0.590176 -0.806485 0.13960156] [ 0.0997172 0.800868 -0.59048 1.08210617]] [[ 0.99682217 -0.66709934 -0.98591953 0.67320229] [-0.07169833 -0.74246254 0.1671971 0.73916946] [ 0.03472134 0.06106711 -0.00285112 0.02068367] [-0.0321408 -0.07229631 0.1321786 0.17324216]].

The pose is strange, is there something with the gt pose?