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:

Making a license plate AI model

Results I have made so far Model 2024-04-06_01 Handy things I have found along the way https://github.com/abdelrahman-gaber/tf2-object-detection-api-tutorial?tab=readme-ov-file#training-object-detection-model-with-your-custom-dataset This is a very rough written down experience of me trying to make my own model. Getting the dataset I simply hooked up a camera (Logitech C920) to my mac and recorded using OBS. Preparing the dataset First […]