Anttwo / SuGaR

[CVPR 2024] Official PyTorch implementation of SuGaR: Surface-Aligned Gaussian Splatting for Efficient 3D Mesh Reconstruction and High-Quality Mesh Rendering
https://anttwo.github.io/sugar/
Other
2.36k stars 182 forks source link

CUDA out of memory #118

Open diegobc11 opened 10 months ago

diegobc11 commented 10 months ago

I keep on running into CUDA out of memory issues, I have GPU with 16 GB, I was able to run SuGaR on a scene two weeks ago, but I have tried with different scenes (without modifying the code) and I have not been able to make it run all the way without running out of memory. There was another issue open commenting the same thing, but the solution did not resolve the problem. Does anyone have a solution or suggestions?

using "sdf" (CUDA error, first image) | using "density" (CUDA error, second image)

image image

QY0911 commented 10 months ago

I met the same question, could I ask how do you solve it?

diegobc11 commented 10 months ago

I met the same question, could I ask how do you solve it?

I have not yet resolved it, I keep running into the same issue

GoroYeh-HRI commented 5 months ago

I got the same error

image

@Anttwo Could you try looking into this for us? Thank you very much!