-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CUDA out of memory #18
Comments
Would you mind testing the latest version, and replace |
I tried the latest version (Tue Nov 2), but the error still exists. The card I got is a 4090 with 24G memory. |
Sorry to bother you. Would you mind to share in which step the out of memory happens and what's the resolution of your images |
There're 140 images with resolution 1920x1440. And below is the output log of the script.
|
Hi, I have decreased the model.num_samples_per_ray from 1024 to 128, but still encountered vram OOM issues. I'm using a 2070 with 8G vram, can I run this project by adjusting other parameters? |
@kukumallou @lyupei Wondering if you guys have solved the problem, it seems that OOM will happen if the VRAM is below 11G. Like 3080 with 10 VRAM. |
First of all, thanks for the contribution. Very nice project.
I came across CUDA out of memory when running dense reconstruction (run_neuralangelo-colmap_dense.sh)
I have tried to smaller the number of samples per ray from 1024. to 512 and 256 as suggested in the FAQ. But the error message is the same. BTW I have succeeded in running sparse reconstruction script and got correct results. Any idea to fix this problem? Thanks a lot
The text was updated successfully, but these errors were encountered: