anibali / eval-mpii-pose

Evaluation code for the MPII human pose dataset
64 stars 15 forks source link

What‘s the keypoints order in preds(2958x16x2)? #12

Closed Sierkinhane closed 5 years ago

Sierkinhane commented 5 years ago

Must be a Matlab (.mat) or HDF5 (.h5) file Must have one field, preds, which is the joint predictions tensor Tensor size must be [2 x 16 x n] or [n x 16 x 2]

It's the same with mpii annotation? like these (0 - r ankle, 1 - r knee, 2 - r hip, 3 - l hip, 4 - l knee, 5 - l ankle, 6 - pelvis, 7 - thorax, 8 - upper neck, 9 - head top, 10 - r wrist, 11 - r elbow, 12 - r shoulder, 13 - l shoulder, 14 - l elbow, 15 - l wrist)

anibali commented 5 years ago

Yes, the joints should be stored in the same order as the MPII annotation.

Sierkinhane commented 5 years ago

Thanks!

Sent from my iPad

On Apr 18, 2019, at 05:47, Aiden Nibali notifications@github.com wrote:

Yes, the joints should be stored in the same order as the MPII annotation.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.