caizhongang / SMPLer-X

Official Code for "SMPLer-X: Scaling Up Expressive Human Pose and Shape Estimation"

Home Page:https://caizhongang.github.io/projects/SMPLer-X/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bad prediction quality out of the box (wrong config?)

isarandi opened this issue · comments

Thanks for releasing this work!
I'm trying to make predictions on images using inference.py, but the results look very misaligned compared to the image data. I didn't change anything, other than the fixes mentioned in the FAQ to get it running.

This is the output as drawn by this codebase:
image

And I get the same if I project the saved obj file myself using the saved intrinsics json data:
image

Based on the quantitative evaluation results, the output should be much better aligned, I wonder if something is configured wrong.

Same here #54 #45 #41

The HuggingFace demo gives the same result, so I think this is the real result.