mks0601 / V2V-PoseNet_RELEASE

Official Torch7 implementation of "V2V-PoseNet: Voxel-to-Voxel Prediction Network for Accurate 3D Hand and Human Pose Estimation from a Single Depth Map", CVPR 2018
https://arxiv.org/abs/1711.07399
MIT License
377 stars 69 forks source link

MSRA yaw pitch calculation #51

Closed cheolhwanyoo closed 4 years ago

cheolhwanyoo commented 5 years ago

Hi. Thank you very much for sharing your project! I'm trying to measure the error for the MSRA dataset over yaw, pitch angles.

However, my dataset seems to be newer version and it is not fit to ground truth msra_angle.txt provided by awsome handpose github.

Can you provide information how you calculate error on your paper?

Thank you.

mks0601 commented 5 years ago

Hi, I also had that issue because I tested on newer version of MSRA dataset. I cannot clearly remember because it is a couple of years ago, but I think there is some code in awesome hand pose git that calculate angles from coordinates. Using groundtruth msra hand pose coordinates, I calculated the angles using that code and used that angles as groundtruth.

cheolhwanyoo commented 5 years ago

Thank you very much! i'll try it