jchibane / srf

Stereo Radiance Fields (SRF) - Codebase
123 stars 18 forks source link

Memory leak during inference #4

Closed chris-nbi closed 2 years ago

chris-nbi commented 2 years ago

Hi, I am attempting for novel view synthesis by running the pretrained inference with the provided command and code. Even if I reduce the number of ray samples, the memory was exploding (500G memory + a lot of swap on the machine). Does anybody else experience this? or could the author kindly comment on this?

yizhou-wang commented 2 years ago

Yes, I also noticed that. But, it can work with --render_factor 8, which results in a much lower rendering resolution.

jchibane commented 2 years ago

Hey all, with the current version (please do a git pull, and update the srf environment), it should take around 130GB. Best, Julian