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.45k stars 133 forks source link

support for MipNeRF360 #59

Open wbhu opened 1 year ago

wbhu commented 1 year ago

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

tovacinni commented 1 year 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.