Making a Tesseract model for my license plates

Requirements First download the following repository:git clone https://github.com/tesseract-ocr/tesstrain.git Navigate to the folder: cd tesstrain Compile the application:make tesseract-langdata Make a new to save the default language model to: mkdir -p usr/share/tessdata Now download the model: wget -P usr/share/tessdata https://github.com/tesseract-ocr/tessdata_best/raw/main/eng.traineddata Making the dataset I made pictures of random cars outside for my other model. When you […]

Making a license plate AI model Part 2

My previous attempt didn’t quite give me the results I was hoping for, so I looked for another way to train the model. I still use Label Studio to make the dataset, the only thing that changed here is the export. I now use YOLO instead of Pascal. These are my new files: