skhu101 / SHERF

Code for our ICCV'2023 paper "SHERF: Generalizable Human NeRF from a Single Image"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About SMPL parameters used in inference stage

Time-Lord12th opened this issue · comments

I download renderpeople dataset and run bash eval_renderpeople_512x512.sh. What puzzles me is that renderpeople dataset doesn't contain SMPL parameters, so according to SHERF framework, how can it apply LBS to transform points from the canonical space to target/observation spaces, and synthesis noval pose?
Maybe I have some misconceptions, could you help me?

Thanks a lot.

Hi, our estimated SMPL parameter is contained in outputs_re_fitting/refit_smpl_2nd.npz.

Thank you for your answer. I'll be more careful next time.