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

Bumps [numpy](https://github.com/numpy/numpy) from 1.15.4 to 1.22.0. Release notes Sourced from numpy's releases. v1.22.0 NumPy 1.22.0 Release Notes NumPy 1.22.0 is a big release featuring the work of 153 contributors spread...

dependencies

Bumps [pillow](https://github.com/python-pillow/Pillow) from 6.2.0 to 9.0.1. Release notes Sourced from pillow's releases. 9.0.1 https://pillow.readthedocs.io/en/stable/releasenotes/9.0.1.html Changes In show_file, use os.remove to remove temporary images. CVE-2022-24303 #6010 [@​radarhere, @​hugovk] Restrict builtins within...

dependencies

Bumps [dask](https://github.com/dask/dask) from 1.0.0 to 2021.10.0. Commits 97494ff bump version to 2021.10.0 ac01ddc da.store to create well-formed HighLevelGraph (#8261) 9f0f002 CI: force nightly pyarrow in the upstream build (#8281) a544670...

dependencies

Hi, I am reproducing your work and think about changing the target student model, such as stack=4, block=2 or stack=4, block=1, and I manually set the num_features and inplanes: python...

sorry to interrupt u. I ran your demo and got an awful result which makes me confused, i'm here to check were you get the same ans pic as i...

where is the distillation code? i dont know

question

I experiment a lot but still can't achieve the result in the paper, is there any tricks I didn't realize?

I try to run "python example/mpii.py -a hg --stacks 8 --blocks 1 --checkpoint checkpoint/hg_s8_b1/ " in your code , compare to your log.txt,loss can descend as same with you,but acc...

When I trained the student model under supervision of the teacher model downloaded from the link in readme as well as the labelled data, the validation accuracy drops quite quickly...

question

Hi I was hoping if you could shed some light on where I can find the json file for the leeds dataset, I can only find the mpii one? Thanks,