ALPR-Yolov5
ALPR-Yolov5 copied to clipboard
Select chars to recognize
Hi, i tried and it works. Good work. Can i select vocabulary? Only certain chars?
@vswdigitall yes you can. There are two ways to do
- you can train the character detection model using your desired set of characters ( remove the other characters from the class name) and change the class name in the end-to-end VOC.yaml file.
- If this trained model is working fine and you don't need to finetune to your domain just use python code and keep only your desired character for output.
I just create this repository public to help the community to understand how the ALPR system works for commercial purposes.
Ok. Thank you.