garyzhao / SemGCN

The Pytorch implementation for "Semantic Graph Convolutional Networks for 3D Human Pose Regression" (CVPR 2019).
https://arxiv.org/abs/1904.03345
Apache License 2.0
461 stars 78 forks source link

2D pose estimation network #6

Closed zhangyahu1 closed 4 years ago

zhangyahu1 commented 4 years ago

Hi,

Good work! May I know the details of 2D pose estimation network in your paper? similar to 'Simple baselines for Human Pose Estimation' or modified Resnet50?

garyzhao commented 4 years ago

Hi, thanks for your interest in our work.

We use the 2D pose network presented in "Integral Human Pose Regression, ECCV 2018" (Resnet50 with deconv head). I think it is quite similar to the one in "Simple baselines for Human Pose Estimation".

Best, Long

zhangyahu1 commented 4 years ago

Thanks for your quick response!