xingyizhou / pytorch-pose-hg-3d

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

unable to understand the output pose 3d coordinate values #78

Closed dp-isi closed 4 years ago

dp-isi commented 4 years ago

I got 3d coordinates in an array with shape (16,3) where the 7th row has zero value. Can u please explaint the output ? and also it I want to display the coordinates in x-y plain, how can i do that using this coordinate set, i mean dropping the z values i tried to plot. but the its not working becos the corrdinates of 0 and 1 columns are not in range (0,255). please help