Skip to content

saswat0/License-Plate-Recognition

Repository files navigation

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