You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Greetings, I was wondering when the code will become available, I am particularly interested in conversion of CMU Panoptic dataset into Euler Rotation Degrees for heads.
You had mentioned in your paper that this was previously done by WHENet, but the original repo is some esoteric keras code. So I was wondering whether we can get pytorch implementation and conversion script.
You probably copy pasted your old code. This does not affect current results (tested with AFLW), but may be a hidden footgun in the future, I suggest you fix that
The text was updated successfully, but these errors were encountered:
Greetings, I was wondering when the code will become available, I am particularly interested in conversion of CMU Panoptic dataset into Euler Rotation Degrees for heads.
You had mentioned in your paper that this was previously done by WHENet, but the original repo is some esoteric keras code. So I was wondering whether we can get pytorch implementation and conversion script.
Also, there is an oversight in your evaluation script, where you subtract and add 180°:
https://github.com/thohemp/6DRepNet360/blob/master/sixdrepnet360/test.py#L187
You probably copy pasted your old code. This does not affect current results (tested with AFLW), but may be a hidden footgun in the future, I suggest you fix that
The text was updated successfully, but these errors were encountered: