pytorch_Realtime_Multi-Person_Pose_Estimation
pytorch_Realtime_Multi-Person_Pose_Estimation copied to clipboard
Maybe a bug?
https://github.com/tensorboy/pytorch_Realtime_Multi-Person_Pose_Estimation/blob/b0013fcf232896b085101ec45e41bca220bf655e/network/post.py#L298
Hi, this is probably too detailed and yet i think this is a potential bug - why not consider the if person_limbs[joint_src_type] != limb_info[0] case?
Hi @hyli2020 This is mainly to respect the original implementation, I realized that there are lots of redundant in the code long time ago, but no time to optimize further, you are free to optimize it!