NVlabs / instant-ngp

Instant neural graphics primitives: lightning fast NeRF and more
https://nvlabs.github.io/instant-ngp
Other
16.03k stars 1.93k forks source link

invalid argument segmentation fault when running instant-ngp #1207

Open junlee618 opened 1 year ago

junlee618 commented 1 year ago

Build passed. But when I run "./instant-ngp data/nerf/fox" I got an error: could not free memory: /xxxxx/dependencies/tiny-cuda-nn/include/tiny-cuda-nn/gpu_memory.h:141 cudaFree(rawptr) failed with error invalid argument Segmentation fault

Ghul-huan commented 1 year ago

I have the same error ,do you solve the problem?