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
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.
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
But I have placed 214 predicted json files of test set at the root folder like
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.