bearpaw / pytorch-pose

A PyTorch toolkit for 2D Human Pose Estimation.
GNU General Public License v3.0
1.11k stars 253 forks source link

Visibility of joints #81

Closed nitba closed 5 years ago

nitba commented 5 years ago

Hi @bearpaw one of my question is about the visibility of joints you created by the joints coordinate , if the coordinate is zeros not-visible , why do not use the is_visible attribute of the dataset itself, Do you want to train on the joints that are not visible but do exist in image, ? How about 'Stacked hourglass paper' I saw that they used the visibility from dataset but did not find in it's code for training that they consider the occluded joints?

I would appreciate your comment.