DoubangoTelecom / ultimateALPR-SDK

World's fastest ANPR / ALPR implementation for CPUs, GPUs, VPUs and NPUs using deep learning (Tensorflow, Tensorflow lite, TensorRT, OpenVX, OpenVINO). Multi-Charset (Latin, Korean, Chinese) & Multi-OS (Jetson, Android, Raspberry Pi, Linux, Windows) & Multi-Arch (ARM, x86).
https://www.doubango.org/webapps/alpr/
Other
593 stars 157 forks source link

recognizer.py is showing '*' instead of last character of any detected plate #259

Closed brodwix closed 2 years ago

brodwix commented 2 years ago

Hello, I'm trying to run the python example. I'm using Ubuntu 18.04, and I created an anaconda environment in order to test it with python 3.8. Also I've downloaded libtensorflow_r1.14 and moved the files to the binaries folder (binaries/linux/x86_64).

I run the program with the shared comand: PYTHONPATH=$PYTHONPATH:.:../../../python LD_LIBRARY_PATH=.:$LD_LIBRARY_PATH python ../../../samples/python/recognizer/recognizer.py --image ../../../assets/images/lic_us_1280x720.jpg The car from the original image has the number: 3PEDLM4 But the recognizer.py result shows me this: 3PEDLM*

I wish to know how to fix this issue. Thanks in advance

DoubangoTelecom commented 2 years ago

Duplicate of #229