zhangboshen / A2J

Code for paper "A2J: Anchor-to-Joint Regression Network for 3D Articulated Pose Estimation from a Single Depth Image". ICCV2019
MIT License
287 stars 46 forks source link

How to make gt for informative anchor proposal branch and depth estimation branch? #3

Open sgzqc opened 4 years ago

sgzqc commented 4 years ago

Hello! You're work is very interesting but i have a question that how to make gt for informative anchor proposal branch and depth estimation branch?

zhangboshen commented 4 years ago

Hello! You're work is very interesting but i have a question that how to make gt for informative anchor proposal branch and depth estimation branch?

Thanks for paying attention to our work. There is no extra supervision needed for training informative anchor proposal branch, since we only have 2 loss functions, and only original annotation is needed (i.e., 3D joint coordinates). And 3D joint coordinates can also supervise depth estimation branch.

sgzqc commented 4 years ago

Thanks for your reply and the published code.However i only find the inference script , when will the train script be available?

zhangboshen commented 4 years ago

Thanks for your reply and the published code.However i only find the inference script , when will the train script be available?

Hi, I am sorry that currently we can only release inference code, due to some reasons. But you are very welcome to reproduce our training code by following the implementation details in our paper.