yuanyuanli85 / Fast_Human_Pose_Estimation_Pytorch

Pytorch Code for CVPR2019 paper "Fast Human Pose Estimation" https://arxiv.org/abs/1811.05419
Apache License 2.0
326 stars 53 forks source link

Why the accuracy differs a lot in the experiment and paper? #19

Open VolcanoGao opened 4 years ago

VolcanoGao commented 4 years ago

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

yuanyuanli85 commented 4 years ago

@VolcanoGao This repo is not exact same as the original paper. If you want to reproduce the exact model, you can refer to its official repo