gsplat
gsplat copied to clipboard
RuntimeError: CUDA error: an illegal memory access was encountered
I use nerfstudio's splatfacto algorithm to train the data(matrix city -big city).
I use the nerfview tool( https://github.com/hangg7/nerfview) ,which uses gsplat , to render the data. an error message will appear:
Note: When an error occurs, the CUDA of the task manager suddenly reaches 100% I encountered an error on the 30th second of using nefview could you help me?
Cannot obtain more information from the screenshot. If you want to debug, you can follow these steps to locate the specific line where the error occurs.
CUDA_ENABLE_COREDUMP_ON_EXCEPTION your/script- If a core file with the
nvcudmpsuffix is generated in the first step, load the file usingcuda-gdb,target cudacore your/core/file.nvcudmp
By the way,maybe my data cause this error?