leoxiaobin / deep-high-resolution-net.pytorch

The project is an official implementation of our CVPR2019 paper "Deep High-Resolution Representation Learning for Human Pose Estimation"
https://jingdongwang2017.github.io/Projects/HRNet/PoseEstimation.html
MIT License
4.31k stars 908 forks source link

How to perform multi-scale testing on the mpii dataset #304

Open lushbng opened 1 year ago

lushbng commented 1 year ago

I saw that a six-scale pyramid testing procedure is performed in this paper. But I didn't find the relevant code, where is the code for this? Thank you!