3d_pose_baseline_pytorch icon indicating copy to clipboard operation
3d_pose_baseline_pytorch copied to clipboard

A simple baseline for 3d human pose estimation in PyTorch.

Results 23 3d_pose_baseline_pytorch issues
Sort by recently updated
recently updated
newest added
trafficstars

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

Hello! Can you please update Google Drive links?

help wanted

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

Data is missing. Cannot reproduce the results.

Useful issue

Could you please upload the human36m dataset again?

Useful issue

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