skhu101 / SHERF

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

Dataset Preparation For Inference #12

Closed StephenYangjz closed 10 months ago

StephenYangjz commented 11 months ago

Greetings,

I am wondering if it's possible to do 1) inference on ZJU Mocap dataset, since the command script is not provided and 2) how is the dataset for THUman prepared? I see the flag --data=data/THuman/nerfdata/results_gyc_20181010_hsc_1_M but I can not seem to find the corresponding folder in the original THUman dataset.

Thank you!

skhu101 commented 11 months ago

Hi, thanks for your interest in our work. 1) We have released the pre-trained checkpoint of SHERF on ZJU Mocap dataset. 2) We use the THuman dataset processed by authors of MPS-NeRF. You can follow the instructions of https://github.com/gaoxiangjun/MPS-NeRF to download the processed THuman dataset.