gaussian-splatting icon indicating copy to clipboard operation
gaussian-splatting copied to clipboard

cudart64_12.dll missing on pre-built Real-Time Viewer for Windows

Open Blattvorhang opened this issue 10 months ago • 5 comments
trafficstars

Describe the bug On run pre-built SIBR_gaussianViewer_app.exe:

./<SIBR install dir>/bin/SIBR_gaussianViewer_app -m <path to trained model>

I've got System error - cudart64_12.dll not found

Screenshots This error is similar to the one reported in colmap: image

See: colmap: cudart64_12.dll missing on V3.9.1 for Windows #2342

Fix Download dll from https://www.dllme.com/dll/files/cudart64_12 and put it to the bin folder as follows:

./<SIBR install dir>/bin/CUDART64_12.DLL

Environment:

  • OS: Windows 11
  • GPU: RTX 4050 Laptop

Blattvorhang avatar Jan 08 '25 10:01 Blattvorhang