alpr-unconstrained icon indicating copy to clipboard operation
alpr-unconstrained copied to clipboard

Why I got "Segmentation fault (core dumped) " error when running script run.sh?

Open TyroneLi opened this issue 6 years ago • 2 comments

My env is: RTX 2080ti,CUDA 10 and opencv3.4 with python3.6. I compile darknet successfully,but when I run script run.sh.I got this error,some who encountered?or know how to fix? error: run.sh: line 90: 40676 Segmentation fault (core dumped) python vehicle-detection.py $input_dir $output_dir

TyroneLi avatar Jun 10 '19 07:06 TyroneLi

Oh! I guess I fixed it.because the initialization weigths I downloaded is broken.So the network operation just collapsed.

TyroneLi avatar Jun 11 '19 01:06 TyroneLi

I am facing similar issue. The code works fine on Google Colab if I set GPU=1 in Makefile. When I turn of the GPU in Makefile, I get same error. Bad weights isn't the issue here I guess?

anoob09 avatar Oct 03 '19 14:10 anoob09