pytorch_Realtime_Multi-Person_Pose_Estimation icon indicating copy to clipboard operation
pytorch_Realtime_Multi-Person_Pose_Estimation copied to clipboard

Maybe a bug?

Open hyli2020 opened this issue 6 years ago • 1 comments

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?

hyli2020 avatar Mar 04 '19 08:03 hyli2020

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!

tensorboy avatar Mar 04 '19 09:03 tensorboy