human-pose-estimation.pytorch icon indicating copy to clipboard operation
human-pose-estimation.pytorch copied to clipboard

MPII Test Set Size Mismatch

Open NiteshBharadwaj opened this issue 6 years ago • 5 comments

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?

NiteshBharadwaj avatar Apr 08 '19 12:04 NiteshBharadwaj

Have you solve this problem? I meet the same problem.

HuangChenyang123 avatar Jul 17 '19 08:07 HuangChenyang123

@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.

xtyDoge avatar Jul 18 '19 03:07 xtyDoge

I used the same method as described by @xtyDoge

NiteshBharadwaj avatar Jul 18 '19 06:07 NiteshBharadwaj

@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!

HuangChenyang123 avatar Aug 04 '19 06:08 HuangChenyang123

@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!!!

HuangChenyang123 avatar Aug 10 '19 02:08 HuangChenyang123