License-Plate-Recognition icon indicating copy to clipboard operation
License-Plate-Recognition copied to clipboard

Detection of license plate and recognising the registration number

License-Plate-Recognition

Detection of license plate and recognising the registration number

Usage

  • Clone the repository
    git clone https://github.com/saswat0/License-Plate-Recognition.git
    
  • Run demo code
    python demo.py
    

Retraining the network

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