(29/7/2020)
- Rename
utils.py
tolocal_utils.py
to avoid conflicit with default Python libraryutils.py
. - Replace error
index out of range
toNo License plate is founded!
. - In case error
No License Plate is founded!
popped up, try to adjust Dmin fromget_plate()
function. Keep in mind that larger Dmin means more highly plate's information is lost.
- Part 1: Detection License Plate with Wpod-Net
- Part 2: Plate character segmentation with OpenCV
- Part 3: Recognize plate license characters with OpenCV and Deep Learning
- Python==3.6
- Keras==2.3.1
- Tensorflow==1.14.0
- Numpy==1.17.4
- Matplotlib==3.2.1
- OpenCV==4.1.0
- sklearn==0.21.3