Fast_Human_Pose_Estimation_Pytorch icon indicating copy to clipboard operation
Fast_Human_Pose_Estimation_Pytorch copied to clipboard

Pytorch Code for CVPR2019 paper "Fast Human Pose Estimation" https://arxiv.org/abs/1811.05419

Results 20 Fast_Human_Pose_Estimation_Pytorch issues
Sort by recently updated
recently updated
newest added

As is mentioned in the paper, the teacher network is choosen as the original Hourglass Network (ECCV 2016), then a student network is trained on a customized network, but the...

hi, does it support multi-person pose estimation?

When I try to export like described on the README it gives an error on the model from Google Drive: ``` python tools/mpii_export_to_onxx.py -a hg -s 2 -b 1 --num-classes...

when I try to set --mobile=false, it cou;dn't work.

question

How to test single image.

enhancement

Did unlabel dataset need annotation file? How arrange the unlabel dataset?

question

If I collect my dataset, I can train it with the code.

we can't visualize validation .

question

Bumps [pillow](https://github.com/python-pillow/Pillow) from 6.2.0 to 9.3.0. Release notes Sourced from pillow's releases. 9.3.0 https://pillow.readthedocs.io/en/stable/releasenotes/9.3.0.html Changes Initialize libtiff buffer when saving #6699 [@​radarhere] Limit SAMPLESPERPIXEL to avoid runtime DOS #6700 [@​wiredfool]...

dependencies