skhu101 / SHERF

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

I wonder how to do an inference on my own data? #9

Closed Alex-ChaoBo closed 1 year ago

skhu101 commented 1 year ago

Hello, thanks for your interest in our work. One fast way is to put data in the same format as our RenderPeople data folder. Then you can use the RenderPeopleDatasetBatch function in RenderPeople_dataset.py to load your own data for the novel view and novel pose inference. I will upload the RenderPeople dataset soon.

skhu101 commented 1 year ago

Hi, just let you know we have released rendered multi-view images from RenderPeople asset.

Alex-ChaoBo commented 1 year ago

Thanks a lot! This will be very helpful! really appreciate your work