skhu101 / SHERF

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

Error when testing on THuman dataset #40

Closed Lewis-lv0 closed 2 months ago

Lewis-lv0 commented 2 months ago

Hi @skhu101 , I met an error when loading a file of THuman dataset. This line params_path = os.path.join(self.data_root, "new_params_neutral", '{}.npy'.format(i)) tries to load new_params_neutral.npy but it does not exist in the dataset. Should we change it to new_params.npy because this file exists?

Lewis-lv0 commented 2 months ago

Sorry I just saw #25 . Closing this issue.