skhu101 / SHERF

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

Preparation with THUman Dataset #16

Closed tommycwh closed 10 months ago

tommycwh commented 10 months ago

Thank you very much for your work! I would like to train SHERF on THUman dataset. If I am understanding it correctly, it requires generating images from multiple views for each person in the dataset, but I am not clear about how to generate these data using your code. Would you mind giving me more hints on how to do this?

Thanks again!

skhu101 commented 10 months ago

Hi, we use rendered multi-view images of THUman from MPS-NeRF. You can directly download the multi-view images from the link we provide.

tommycwh commented 10 months ago

I see. I misunderstood that there are another dataset generated for SHERF. Thank you for your prompt reply.