cfernandezlab/Category-Specific-Keypoints

What are the total number of nodes per category and the minimum distance for non-max suppression

Opened this issue · 0 comments

Hi,

Thanks for sharing the code. Will you please confirm the total number of predefined nodes for every category?

Details
For the chair category, when I train the network for 14 nodes and apply non-max suppression with a minimum distance 0.2 (as given in the code), I get the final 4 keypoints. But if I reduce the distance to 0.05, I get the 6 keypoints (new 2 keypoints at incorrect locations).
Similarly, when I train the network for 32 nodes and use the minimum distance of 0.2, I got 6 keypoints. However, for the chair category 10 keypoints are more useful.