leonid-pishchulin / poseval

Evaluation of multi-person pose estimation and tracking
Other
210 stars 49 forks source link

Convert from 2018 to 2017 #16

Closed guohengkai closed 6 years ago

guohengkai commented 6 years ago

Hi,

I'm trying to evaluate the results with 2017 format on 2018 eval json. The convert function does not merge the annotations in the same image, so the frame number of predictions and ground truths do not match.

leonid-pishchulin commented 6 years ago

Prediction must be provided in the same format as the ground truth. Predictions have to be provided per sequence, prediction files must be named the same as the ground truth files.

guohengkai commented 6 years ago

@leonid-pishchulin Yes, the names are the same. And in your codes, the 2018 json will be converted into 2017 format. But after conversion, the data is wrong because it do not merge multiple poses from one image into single annotations.

leonid-pishchulin commented 6 years ago

could you send me your predictions so that I can see what's happening?

guohengkai commented 6 years ago

@leonid-pishchulin Sent.