Hi maintainer,
I want to train my dataset with this repository. I was implemented some code snippet for match the dataset description. However, the accuracy is not good (in the current time I'm writing this issue, it's about 47,5%). This is a car license plate in my country:

In the uploaded image, each of license plate can be mounted at front and rear of vehicle. The one line license plate, not a problem with me; but the two line, I was processed with this step:
- Crop the plate into 2 images, like this:


- Label them in label text file:
image1.jpg 30E
image2.jpg 777.96
This is a sample from my label file:

My question is, how can I improve the accuracy on my dataset?
This is the forked repository, can you watch that and give me some suggestion? Thank you 😍
Hi maintainer,
I want to train my dataset with this repository. I was implemented some code snippet for match the dataset description. However, the accuracy is not good (in the current time I'm writing this issue, it's about 47,5%). This is a car license plate in my country:
In the uploaded image, each of license plate can be mounted at front and rear of vehicle. The one line license plate, not a problem with me; but the two line, I was processed with this step:
image1.jpg 30E
image2.jpg 777.96
This is a sample from my label file:
My question is, how can I improve the accuracy on my dataset?
This is the forked repository, can you watch that and give me some suggestion? Thank you 😍