zhangboshen / A2J

Code for paper "A2J: Anchor-to-Joint Regression Network for 3D Articulated Pose Estimation from a Single Depth Image". ICCV2019

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Selecting anchor points with P = 0.02

Tekicho opened this issue · comments

@zhangboshen i am confused where to put the code for selecting anchor points with p=0.02. Is it applied during training or inference or both? I am proudly using your great work in my research.

@Tekicho
Hi, selecting anchor points with threshold p=0.02 is only used to visualize these anchor points. And All anchor points contribute to final prediction during training and testing.
And we are really glad to hear that our work may help you with your research!!

Ok, thank you @zhangboshen .