Automating the task of recognition of license plate characters.
- Download the lapi.weights file and paste it into /src/detection.
- pip install -r requirements.txt
python main.py --i=number-plate.jpg
-
src/detection: contains the code related to the detection of the licenseplate in the scene, extraction and segmentation of characters.
-
src/recognition: Recognition code, currently using a basic algorithm.
-
src/results: contains the images ofthe extracted licenseplate and segmented characters.
- Deep learning can improve the results, will be pushing soon.