Detection of license plate and recognising the registration number
- Clone the repository
git clone https://github.com/saswat0/License-Plate-Recognition.git
- Run demo code
python demo.py
The pretrained weights (validation accuracy 99.2%) are attached already. In case you wish to train it from scratch, run
python train.py
Update: Implemented a finer network under alpr directory by following this paper