alpr-unconstrained
alpr-unconstrained copied to clipboard
Why I got "Segmentation fault (core dumped) " error when running script run.sh?
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
Oh! I guess I fixed it.because the initialization weigths I downloaded is broken.So the network operation just collapsed.
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?