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

Self_data run

Danbinabo opened this issue · comments

How to produce multi-angle and multi-pose on any pedestrian image provided by ourselves?

Hi, for a pedestrian image, you need to first estimate the camera and SMPL parameters. Maybe one possible solution is to use CLIFF (CLIFF: Carrying Location Information in Full Frames into Human Pose and Shape Estimation). Then you can follow our RenderPeople dataloader to render results with different angles and different poses.