You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These are the limb connections from one joint to another. For example JOINT_COCO_LINK1[7] (left_shoulder) is connected to JOINT_COCO_LINK_2[7] (left_elbow). This should be defined based on the dataset you're using.
What does that mean ? lib/utils/rescore.py
JOINT_COCO_LINK_1 = [0, 0, 1, 1, 2, 3, 4, 5, 5, 5, 6, 6, 7, 8, 11, 11, 12, 13, 14]
JOINT_COCO_LINK_2 = [1, 2, 2, 3, 4, 5, 6, 6, 7, 11, 8, 12, 9, 10, 12, 13, 14, 15, 16]
How did you get these parameters?
The text was updated successfully, but these errors were encountered: