zhangboshen / A2J

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

self.thres is unused in anchors.py #28

Closed haydenshively closed 4 years ago

haydenshively commented 4 years ago

The self.thres variable (present in both A2J_loss and post_process nn.Modules) is given a default value, yet never gets used. What is its purpose?

zhangboshen commented 4 years ago

Hi, self.thres is actually a variable of last version of our code, sorry that I forgot to remove it. You can remove it.

haydenshively commented 4 years ago

Great! Thanks so much.