microsoft / multiview-human-pose-estimation-pytorch

This is an official Pytorch implementation of "Cross View Fusion for 3D Human Pose Estimation, ICCV 2019".
MIT License
541 stars 89 forks source link

Top Down or Bottom Up #26

Closed H19012 closed 4 years ago

H19012 commented 4 years ago

Do this use top down pose estimation or a bottom up solution. Also is the HRNET provided here same as Higher HRNET?

CHUNYUWANG commented 4 years ago

It is a top down method. It is not the same as Higher HRNet.