sergiomsilva / alpr-unconstrained

License Plate Detection and Recognition in Unconstrained Scenarios
Other
1.72k stars 607 forks source link

Segmentation fault #7

Closed laoshuai closed 6 years ago

laoshuai commented 6 years ago

$ bash run.sh samples/ /tmp/output /tmp/output/results.csv Press any key to continue... run.sh: 行 71: 2956 Segmentation fault python vehicle-detection.py $1 $2 Using TensorFlow backend. Traceback (most recent call last): File "license-plate-detection.py", line 5, in from src.keras_utils import load_model File "D:\cywin\home\Administrator\alpr\src\keras_utils.py", line 6, in from label import Label ImportError: No module named 'label' run.sh: 行 77: 7916 Segmentation fault python license-plate-ocr.py $2 Traceback (most recent call last): File "gen-outputs.py", line 7, in from src.utils import crop_region, image_files_from_folder File "D:\cywin\home\Administrator\alpr\src\utils.py", line 7, in from label import Label ImportError: No module named 'label' rm: 无法删除'/tmp/output/_lp.png': No such file or directory rm: 无法删除'/tmp/output/car.png': No such file or directory rm: 无法删除'/tmp/output/_cars.txt': No such file or directory rm: 无法删除'/tmp/output/_lp.txt': No such file or directory rm: 无法删除'/tmp/output/*_str.txt': No such file or directory

wmn931201 commented 6 years ago

Modify "from label import Label" to "from src.label import Label"