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

Segmentation fault - Directory Issue

Open naveenchepuri opened this issue 5 years ago • 2 comments

Hello experts,

I am getting following error when I run the command "bash get-networks.sh && bash run.sh -i samples/test -o /tmp/output -c /tmp/output/results.csv".

run.sh: line 90: 800 Segmentation fault python vehicle-detection.py $input_dir $output_dir

I am running on Windows 10 with cygwin.

Thanks in advance.

naveenchepuri avatar Nov 16 '19 14:11 naveenchepuri

Its running on Python 3.6

naveenchepuri avatar Nov 17 '19 04:11 naveenchepuri

bash is linux command, so you need to install bash in you os. https://www.windowscentral.com/install-windows-subsystem-linux-windows-10

GGurbangeldi avatar Apr 19 '20 11:04 GGurbangeldi