cant reproduce your result on image fitting task
Opened this issue · 0 comments
ShaoYunZhe commented
Hello Garvita, i'm trying to use your method to solve human mesh recovery task. However, there seem to be some problems in your code https://github.com/garvita-tiwari/PoseNDF/blob/version2/experiments/image_fitting.py.
- You use temporal loss in line183 to line207, which is useless in this task.
- The output of SMPLX is not matching with openpose joint index.
I reimplement it and use your checkpoint as prior, however it cant reach the result you reported in table3. I'm worried that there's something wrong with my code.
Could you please update your code of image_fitting and provide the weights of each losses? This will be of great help for me! Thanks!