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

Multiple frames per subject during training?

pansanity666 opened this issue · comments

Hi,
It seems that multiple frames for each subject is required during training since the target view is different from the input view in Fig. 2. Did you try one frame per subject during training?

Hi, we currently use multiple frames (different poses) for each subject during training as we hope to recover the 3D human in the canonical space. It is interesting to try only using one frame (pose) per subject during training.

Did you use random cameras together with random poses when sampling multiple frames for a subject?

Hi, we randomly sample one target and one input camera view from the same pose of the same subject to construct the pair data during training.