bearpaw/pytorch-pose

Does it use heatmap? I could not find nms.

Closed this issue · 1 comments

Does it use heatmap? I could not find nms function.

it's predicting the heatmap already, and it's only detecting a single person, so just need to get the point with maximum value and it'll be the joint you want, no need for nms. You can find it in the acc() function i think.