creiser / kilonerf

Code for KiloNeRF: Speeding up Neural Radiance Fields with Thousands of Tiny MLPs
471 stars 52 forks source link

Running our of RAM memory during distillation #18

Closed peerschuett closed 2 years ago

peerschuett commented 2 years ago

Hi! Firstly, I would like to thank you for work on KiloNeRF and the benefits it provides over basic NeRFs.

I added another output layer to the base NeRF and now the local_distill.py is always killed during its execution. My system reports that the RAM is running out of memory. Did you experience anything similar and know how to fix that? Is maybe the network that has to be distilled too big?