Lucas de Sousa Fernandes
Results
3
comments of
Lucas de Sousa Fernandes
Are you trying to use Python 3.x? Darknet demands that **every string is encoded** and in Python 3 you must encode using _b_ before _"text"_ or _str.encode(text)_ for variables. For...
Did it detect a vehicle? Did you test it on another image?
You must run the run.sh script file, not license-plate-ocr.py directly. The OCR-net expects a image of the LP, not a image of the scenario. So it must first detect the...