kwea123 / nerf_pl

NeRF (Neural Radiance Fields) and NeRF in the Wild using pytorch-lightning
https://www.youtube.com/playlist?list=PLDV2CyUo4q-K02pNEyDr7DYpTQuka3mbV
MIT License
2.74k stars 483 forks source link

How to save the .vol file for Volumetric Rendering in Unity #166

Closed keli95566 closed 2 years ago

keli95566 commented 2 years ago

Hi there! Would you mind instructing me how I can save the .vol 3D texture for Unity for my own dataset? In particular, do you know if it is possible from the Nvidia instant-ngp as well? Thank you!

kwea123 commented 2 years ago

The method is the same as in the notebook. This .vol is a file format defined by myself, so you cannot convert instant-ngp models into this format