sergiomsilva / alpr-unconstrained

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

have some problems after running #14

Closed zrl4836 closed 5 years ago

zrl4836 commented 5 years ago

hello,I have some problems after running, can you help me answer it? Traceback (most recent call last): File "vehicle-detection.py", line 7, in import darknet.python.darknet as dn ImportError: No module named darknet.python.darknet Using TensorFlow backend. Searching for license plates using WPOD-NET Traceback (most recent call last): File "license-plate-ocr.py", line 7, in import darknet.python.darknet as dn ImportError: No module named darknet.python.darknet Traceback (most recent call last): File "gen-outputs.py", line 30, in Lcar = lread(detected_cars_labels) File "/home/toor/alpr-unconstrained-master/alpr-unconstrained-master/src/label.py", line 54, in lread with open(file_path,'r') as fd: IOError: [Errno 2] No such file or directory: '/tmp/output/03009_cars.txt'

sergiomsilva commented 5 years ago

It seems to me that you didn't compile the darknet framework. Take a look at the "Requirements" section in the readme file. Please let me know if that doesn't help.

zrl4836 commented 5 years ago

Thanks!I have solved it.Because I lacks configuration about my ubuntu in win10.

sergiomsilva commented 5 years ago

Oh, I only tested in native Ubuntu. It's nice to hear that you solved it. I will close the issue for now but feel free to re-open if you need. Best regards.