Junfa Liu

Results 3 issues of Junfa Liu

Hi, I have a stupid question. Can you explain to me the general logic of the crop function in the mpii.py file? Can I replace it with pytorch's transform? Thanks.

Q1.in pose/datasets/mpii.py ![1212](https://user-images.githubusercontent.com/43380407/55677738-cd9d3100-591f-11e9-869e-8a2c1c161cf4.png) I think it should be if tpts[i, 2] > 0 not if tpts[i, 1] > 0, tpts[i, 2] indicates if the key point is visible. The file...

Hi~ Thank you for sharing such great works. I have a question about the test time of real-time inference. Can you provide me with the details of the test time...