NVIDIAGameWorks / kaolin-wisp

NVIDIA Kaolin Wisp is a PyTorch library powered by NVIDIA Kaolin Core to work with neural fields (including NeRFs, NGLOD, instant-ngp and VQAD).
Other
1.46k stars 132 forks source link

support for MipNeRF360 #59

Open wbhu opened 2 years ago

wbhu commented 2 years ago

Thanks for your awesome project. Is there any plan to support the MipNeRF360 model/dataset?

tovacinni commented 2 years ago

Thanks for your interest in our work!

We don't currently have any plans to support the MipNeRF360 model. The dataset however we do support, provided you can put the dataset in a format we support (which is the instant-ngp format). We don't currently have a conversion script but may try to put it in our TODO list.