mks0601 / 3DMPPE_ROOTNET_RELEASE

Official PyTorch implementation of "Camera Distance-aware Top-down Approach for 3D Multi-person Pose Estimation from a Single RGB Image", ICCV 2019
MIT License
477 stars 65 forks source link

Is there any follow-up study? #48

Open Cursky opened 2 years ago

Cursky commented 2 years ago

Hello,I read your paper and thought it was a very meaningful work. are u have any follow-up study,Is rootnet extended to hand positioning? Or if you can recommend similar work to me, thank you very much。 I wish you a happy life。

mks0601 commented 2 years ago

Hi, I used RootNet for hand localization in my paper: https://www.ecva.net/papers/eccv_2020/papers_ECCV/papers/123650545.pdf

Cursky commented 2 years ago

Thank you for your reply. I have read the code of this paper.I see you for providing the pre-training model for the relative position detection of the key points of the hand and RootNet Code by hands,but not have pre-training model for the RootNet hands,Could you please provide a pre-training model (RootNet hands). Thank u