ayaanzhaque / instruct-nerf2nerf

Instruct-NeRF2NeRF: Editing 3D Scenes with Instructions (ICCV 2023)
https://instruct-nerf2nerf.github.io/
MIT License
769 stars 64 forks source link

RuntimeError: CUDA out of memory. #26

Closed cuiwenshuai111 closed 1 year ago

cuiwenshuai111 commented 1 year ago

When I try to run 'in2n-tiny' on my 3060 12G,it was happened.Doesn't this method take up 10GB of memory?

ayaanzhaque commented 1 year ago

Can you share some details about the memory usage?

cuiwenshuai111 commented 1 year ago

It is caused by the dataset's size.Your bear dataset is 994 and 783.When i turn it to 497 and 369 like other dataset.It was runned well like other dataset.

ayaanzhaque commented 1 year ago

Ah, ya that makes sense. I put a note in the training section that the memory and results work best with images around 512 resolution.