human-pose-estimation.pytorch
human-pose-estimation.pytorch copied to clipboard
MPII Test Set Size Mismatch
Your test.json contains 7247 test samples while the original .mat file contains 11731 test samples. Can you explain the discrepancy? In effect, can you tell me how to start from this codebase and make a submission to leader board for single person pose?
Have you solve this problem? I meet the same problem.
@HuangChenyang123
Maybe you can see https://github.com/anibali/eval-mpii-pose, it provides a test.h5 file that contains 11731 individuals. You can convert it to json file and use it to replace test.json to get the pred.mat in dimension of [11731,16,2]. And eval-mpii-pose also provides tools for convert this pred.mat to the format that MPII website required.
I used the same method as described by @xtyDoge
@xtyDoge I don't know how to convert the test.h5 file to json file. I would appreciate it if you could send me the json file. My email address is [email protected] ,Thank you!
@NiteshBharadwaj I don't know how to convert the test.h5 file to json file. I would appreciate it if you could send me the json file. My email address is [email protected] ,Thank you!!!