gsplat icon indicating copy to clipboard operation
gsplat copied to clipboard

RuntimeError: CUDA error: an illegal memory access was encountered

Open smart4654154 opened this issue 1 year ago • 2 comments

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: image

image

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?

smart4654154 avatar Aug 19 '24 02:08 smart4654154

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.

  1. CUDA_ENABLE_COREDUMP_ON_EXCEPTION your/script
  2. If a core file with the nvcudmp suffix is generated in the first step, load the file using cuda-gdb, target cudacore your/core/file.nvcudmp

baoachun avatar Aug 20 '24 03:08 baoachun

By the way,maybe my data cause this error?

smart4654154 avatar Aug 21 '24 08:08 smart4654154