dunbar12138 / DSNeRF

Code release for DS-NeRF (Depth-supervised Neural Radiance Fields)
https://www.cs.cmu.edu/~dsnerf/
MIT License
746 stars 126 forks source link

Running out of memory when rendering from trained model #72

Open jakob-ropers-snkeos opened 1 year ago

jakob-ropers-snkeos commented 1 year ago

Hello,

Thank you very much for your great implementation! I have successfully trained the model on my own data, but am now running into a GPU memory problem when trying to render a novel view. Is there any way to decrease this memory load while "rendering only"? It would generally be great to get a bit more information on the different variables in the config file.

Thank you very much!

dunbar12138 commented 1 year ago

Playing with chunk and netchunk in the args to decrease the batch size might be helpful.

jakob-ropers-snkeos commented 1 year ago

Thank you very much! That worked!