ZheC / Realtime_Multi-Person_Pose_Estimation

Code repo for realtime multi-person pose estimation in CVPR'17 (Oral)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hungarian algorithm for part association

pavanteja295 opened this issue · comments

Hi,
I read in the paper that Hungarian algorithm is used for association of limbs when multiple contenders exist for a limb but in the code normal greedy association is done by eliminating the chances of multiple associations

Explanation in the paper is different.Any insights?

This link explains the merging process quite well: https://arvrjourney.com/human-pose-estimation-using-openpose-with-tensorflow-part-2-e78ab9104fc8

Hope it helps!