NVlabs / PoseCNN-PyTorch

PyTorch implementation of the PoseCNN framework
Other
186 stars 47 forks source link

Allocentric vs egocentric rotation representation #6

Closed rasmushaugaard closed 3 years ago

rasmushaugaard commented 3 years ago

Hi Yu Xiang, Great work!

I was skimming through the code and saw that you convert the rotation target to an allocentric representation. I can't seem to find this conversion in the PoseCNN paper or original implementation. I also haven't seen any discussion of this in rotation regression literature.

Have you compared performance with and without this conversion? Did you use the allocentric representation in the original implementation (paper results)? Is there a paper discussing this, that I have missed?

Best regards, Rasmus

yuxng commented 3 years ago

Hi, We are motivated by this paper: https://abhijitkundu.info/Publications/3DRCNN_CVPR18.pdf

They discussed the allocenteric vs. egocentric representations.

rasmushaugaard commented 3 years ago

Thank you :)