skhu101 / SHERF

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

THuman Dataset Loading Error #19

Closed infusion-zero-edit closed 8 months ago

infusion-zero-edit commented 9 months ago

the THuman dataset file expects 'annots.npy' in the data root but there is no Thuman Dataset which contains this file. Please provide the correct data loader for THuman Dataset.

ann_file = os.path.join(data_root, 'annots.npy')

infusion-zero-edit commented 9 months ago

Can anybody please reply on this ?

infusion-zero-edit commented 9 months ago

There is a need to correct the file for Thuman Dataset ? can you please update the file for this ?

skhu101 commented 9 months ago

Hi, we use THuman data set processed by MPS-NeRF. You can send an email to authors of MPS-NeRF to download it.

infusion-zero-edit commented 9 months ago

Hi MPS-NERF authors is saying that they don't have permission to share the THUMAN dataset either in processed form and they are saying their code is complete in the sense that anybody can load the dataset in its naive form and it is not required to preprocess the dataset

infusion-zero-edit commented 9 months ago

Request you to please give the link for the preprocessed dataset or please share the preprocess script or update the dataloader we are blocked on this for comparing your model

skhu101 commented 9 months ago

Hi, I have checked with MPS-NERF authors and they say they have shared rendered multi-view images to you. Could you please have a check by sending an email to the first author of MPS-NERF? Our code requires rendered multi-view images to run it.

infusion-zero-edit commented 9 months ago

HI, thanks a ton it works !!, i got the dataset