ALPR-Yolov5 icon indicating copy to clipboard operation
ALPR-Yolov5 copied to clipboard

Select chars to recognize

Open vswdigitall opened this issue 2 years ago • 2 comments

Hi, i tried and it works. Good work. Can i select vocabulary? Only certain chars?

vswdigitall avatar Jul 13 '22 11:07 vswdigitall

@vswdigitall yes you can. There are two ways to do

  1. 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.
  2. 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.

bharatsubedi avatar Jul 14 '22 02:07 bharatsubedi

Ok. Thank you.

vswdigitall avatar Jul 14 '22 06:07 vswdigitall