DIYer22 / bpycv

Computer vision utils for Blender (generate instance annoatation, depth and 6D pose by one line code)
MIT License
470 stars 58 forks source link

6D poses matrix? #42

Open zx-joe opened 2 years ago

zx-joe commented 2 years ago

Hello, thanks for your great job. I have one question in the generated 6d-pose mat file. In the mat file, there is '6ds', which I interpret as the object's relative pose matrix wrt. the camera It should have the form as [ [ r11,r12,r13,t1], [r21,r22,r23,t2], [r31,r32,r33,t3], [0,0,0,1] ] May I ask why it is like this? (not the form a transfer matrix)

DIYer22 commented 2 years ago

We follow the YCB dataset's 6d pose format here