This is an official implementation of our CVPR 2020 paper "HigherHRNet: Scale-Aware Representation Learning for Bottom-Up Human Pose Estimation" (https://arxiv.org/abs/1908.10357)
MIT License
1.35k
stars
272
forks
source link
Why restore resolution through deconv instead of HRNet? #41
Compared to HRNet, the newly added deconv operation can restore the resolution again. But why not directly use 1/2 resolution in the first stage of HRNet, so that the final 1/2 resolution can be directly restored in the style of HRNet.
Is there any limitation or deficiency? This really confuses me, thank you for your answer.
Compared to HRNet, the newly added deconv operation can restore the resolution again. But why not directly use 1/2 resolution in the first stage of HRNet, so that the final 1/2 resolution can be directly restored in the style of HRNet. Is there any limitation or deficiency? This really confuses me, thank you for your answer.