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

recover mesh

ahuilove opened this issue · comments

For each image,while inferencing,there is a npz file in output.So how can I recover 3D model image using the npz file

Hi @ahuilove , I'm not sure if I got your question correctly.

  • if you are referring to overlaying the 3D model on the image, you may refer to this section.
  • if you are referring to obtain the 3D human mesh, our npz contain all necessary SMPL-X parameters, you may use the forward function to obtain the vertices and faces as in here.

thanks a lot.I have already solved the problem