luciddreamer-cvlab/LucidDreamer

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

Closed this issue · 2 comments

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

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

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.