zju3dv / NeuralRecon

Code for "NeuralRecon: Real-Time Coherent 3D Reconstruction from Monocular Video", CVPR 2021 oral
https://zju3dv.github.io/neuralrecon/
Apache License 2.0
2.03k stars 294 forks source link

cuMemFree failed: initialization error #106

Open linzhenyuyuchen opened 2 years ago

linzhenyuyuchen commented 2 years ago

python tools/tsdf_fusion/generate_gt.py --data_path ~/scannet/tasks/ --save_name all_tsdf_9 --window_size 9

When i ran the command above, it occured

(process_with_single_worker pid=) cuModuleUnload failed: initialization error
(process_with_single_worker pid=) PyCUDA WARNING: a clean-up operation failed (dead context maybe?)
(process_with_single_worker pid=) cuMemFree failed: initialization error
linzhenyuyuchen commented 2 years ago

https://github.com/inducer/pycuda/issues/137