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

Opposite sign of Z value #28

Closed dragonbook closed 5 years ago

dragonbook commented 5 years ago

Hi, I found the Z value of joints(showed in joints.txt) in MSRA dataset are negative. But the depth image pixels values are all positive, and when transformed to 3D, their Z values(which are pixel values) stay unchanged in current code. So they have opposite signs on Z and cannot match in 3D space. Did I miss something?

PS. I also tried to correct the sign of Z of ground truth joints, and they can match well.

Thanks!

dragonbook commented 5 years ago

It has been corrected in line 173.