Train LPRNet
masterTo train the model, follow these steps:
- Prepare Datasets: Ensure all images in your dataset are resized to exactly
94x24pixels. - Configure Paths: Modify the
train_LPRNet.pyscript to point to your dataset directory using the--train_img_dirshyperparameter. - Adjust Hyperparameters: Modify other hyperparameters in the script as needed for your specific dataset.
- Execute Training: Run the training script via the command line.
python train_LPRNet.py