3d_pose_baseline_pytorch
3d_pose_baseline_pytorch copied to clipboard
A simple baseline for 3d human pose estimation in PyTorch.
Hi, I am totally new in this field, if this is a stupid question plz forgive me. I was wondering how to visualize the results. Do we need to add...
Hi, I notice that the 2d pose ground truth in `*_2d.pth.tar` lies in original image space(1002x1000) after unnormalizing, which is not as expected as cropped image space in 256x256. Is...
like topic saying
hi, the link to download the pre-processed data human36m.zip does not exist, could you please upload it again?
Hi! I'm confused when visualizing the poses. For example, I get a numpy.ndarray from `test_2d.pth.tar`, which has the shape `(32,)` and represent a 2d pose. I guess it arrays as...