skhu101 / SHERF

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

Self_data run #26

Closed Danbinabo closed 8 months ago

Danbinabo commented 9 months ago

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

skhu101 commented 9 months ago

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.