weigq / 3d_pose_baseline_pytorch

A simple baseline for 3d human pose estimation in PyTorch.
MIT License
367 stars 66 forks source link

number of testing poses #13

Closed Colinsnow1 closed 5 years ago

Colinsnow1 commented 5 years ago

Hi, Thanks for your codes. After I running the test code I got the below result, but the number of testing poses seems to be less than the expected(548819). Did I miss any others data when testing?

image

Thanks for your help!

Colinsnow1 commented 5 years ago

Hi, oh, I think I have figured out the reason that there is a test_batchsize. Sorry for bothering. Thanks!