xingyizhou / pytorch-pose-hg-3d

PyTorch implementation for 3D human pose estimation
GNU General Public License v3.0
614 stars 143 forks source link

The defination in dataset file #81

Closed zhangyahu1 closed 4 years ago

zhangyahu1 commented 4 years ago

Hi Xingyi,

Thanks for your work. Does 'gt_3d = gt_3d - gt_3d[:1]' in L133 mean to subtract the root joint position? https://github.com/xingyizhou/pytorch-pose-hg-3d/blob/373f4b755d5d78ffc2bdfe2326cfe70ffb4d90aa/src/lib/datasets/h36m_iccv.py#L130-L138