Skip to content

Esdras123/CLPR

Repository files navigation

Cameroon License Plate Recognition Project

Description of the project

Read the .pdf Report - Cameroon License Plate Recognition.pdf

Installation guide

  1. Install python3.7 (if it is not installed ) :

    • Activate internet connection
    • open the command-line (Ctrl-Alt- T)
    • enter sudo apt update
    • enter sudo apt install software-properties-common
    • enter sudo add-apt-repository ppa:deadsnakes/ppa
    • enter sudo apt update
    • enter sudo apt install python3.7
    • close the command-line
  2. Download model_final.pth from https://drive.google.com/file/d/11-eQ3fbYC2DtFFknSPPXGA4Dn6sA-Eb8/view?usp=sharing and put it in the repository then Download model.zip from https://drive.google.com/file/d/1rzzBlYDsrMEGIN-Osrg-BYO9FLTL1u6D/view?usp=sharing , extract it and put it in the repository

  3. Install the dependancies :

  4. Run the program:

    • Take a photo or download a photo or choose a photo in the directory test_images (there are some images of cars)
    • enter python predict_plate.py "/path/to/image". This means that if the image car.jpg is in the directory .images, we should write python predict_plate.py "./images/car.jpg
    • It will output the prediction of the license plate

About

Cameroon License Plate Recognition.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages