leonid-pishchulin / poseval

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

PoseTrack2017 upload failure #14

Closed zhujiagang closed 5 years ago

zhujiagang commented 6 years ago

I've used the code to get the predictions for the test set of PoseTrack2017. After getting 214 predicted json files, I zipped them and uploaded to the offical website. Errors are given as follows

Wrong number of result files! 0 results found in archive, but 214 needed. Please make sure that all files are present in root folder of the zip archive.
Uploaded successfully.
zip archive unpacked successfully!

But I have placed 214 predicted json files of test set at the root folder like

results/

"00001_mpii_new_step1_relpath_5sec_testsub.json"
"00002_mpii_new_step1_relpath_5sec_testsub.json"
***
"**.json"

and zip it in ubuntu using the following command

zip -r results.zip results/

or zip it directly in windows.

I don't know why it fails and wait hopfully for your solution.

zhujiagang commented 6 years ago

I've solved the problem. Try without having any result folder. Just compress the files directly (no subfolder). There should be no folders in the zip you submit to the server.