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
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.
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!