Totoro97 / f2-nerf

Fast neural radiance field training with free camera trajectories
https://totoro97.github.io/projects/f2-nerf/
Apache License 2.0
921 stars 68 forks source link

Memory Use #86

Open jaidevshriram opened 1 year ago

jaidevshriram commented 1 year ago

Hey, the run.py script is currently getting killed right after LoadImages] begin, for what I think is an out of memory error. My dataset is quite big and has about ~1500 images, so even my 60GB memory isn't enough I guess. Is there a way to reduce the batch size or so? Thanks!

Totoro97 commented 1 year ago

Hi, thanks for your interest in this project. It seems 1500 images can be fit to 60GB memory. Maybe you can try to downsize the images to some resolutions lower than 1k x 1k.