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
460 stars 78 forks source link

Configuration 2? #24

Closed ghumpire closed 4 years ago

ghumpire commented 4 years ago

Hi, nice paper! In the Readme you indicate this repo runs the Configuration 1 of the paper (2D joints of the human pose as inputs). Is there a way to train the Configuration 2 (2D images as input)?

garyzhao commented 4 years ago

Hi @ghumpire ,

Thanks for your interest in our work!

Currently, we do not have the plan to release Config 2, since the setting is quite different. We may release another repo for it in the future.

Best, Long