michalfaber / tensorflow_Realtime_Multi-Person_Pose_Estimation

Multi-Person Pose Estimation project for Tensorflow 2.0 with a small and fast model based on MobilenetV3
Other
215 stars 65 forks source link

How to extract keypoints of multiple person with their corresponding index? #36

Open lakpa-tamang9 opened 2 years ago

lakpa-tamang9 commented 2 years ago

In coordinates.py, the get_coordinates method returns the dictionary of keypoints with score. However, it does not seem to provide the keypoints with the respective indices of the person detected in the frame.