skhu101 / SHERF

Code for our ICCV'2023 paper "SHERF: Generalizable Human NeRF from a Single Image"
Other
304 stars 10 forks source link

Generate 3d model from a single image from the wild #43

Open MihailMihaylov97 opened 1 week ago

MihailMihaylov97 commented 1 week ago

Hello and thank you for realeasing the code.

I am struglling to understand how to do simple inference with your pretrained model and a single image from the wild. Could you be kind enough to help me?

@skhu101

skhu101 commented 1 week ago

Hi, thanks for your interest in our work. For a single image from the wild, you first need to estimate SMPL and camera using an existing single-image estimation method, like CLIFF. Then you can utilize the existing dataset loader to load the image, SMPL, and camera to do an inference.