luciddreamer-cvlab / LucidDreamer

Official code for the paper "LucidDreamer: Domain-free Generation of 3D Gaussian Splatting Scenes".
Other
1.33k stars 98 forks source link

torch.cuda.OutOfMemoryError: CUDA out of memory. Tried to allocate 270.43 GiB #24

Closed mikeyimer closed 9 months ago

mikeyimer commented 9 months ago

In the Windows 10 system, the following error message appears when clicking run:

num_rendered, color, depth, radii, geomBuffer, binningBuffer, imgBuffer = _C.rasterize_gaussians(*args) torch.cuda.OutOfMemoryError: CUDA out of memory. Tried to allocate 270.43 GiB

esw0116 commented 9 months ago

I think this issue is same as previously reported issue. (Duplicate of #22) I will write out the solution after fixing the error.

esw0116 commented 9 months ago

I attribute the error to the wrong installation with whl files. Installing rasterizer and simple-knn using whl files are now causing unexpected behaviors. We need some time to fix the whl installation, so please re-create the environment by using the former installation commands. We have updated the installation process in README. Sorry for making inconvenience.