ritika98 / vehicle_plate_detection_and_number_recognition

Vehicle number plate Detection and Recognition

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vehicle plate detection using YOLOv3 and number recognition using DeepTEXT

Setup and Usage

Step 1: Clone/Download the repository: git clone https://github.com/ritika98/vehicle_plate_detection_and_number_recognition.git

Step 2: Download weights of YOLOv3 for license plate detection and DeepText weights and put them inside the config folder: https://drive.google.com/open?id=1kIxP8C_b978f3SRDgDiMwo99oH_zpTBK

Step 3: Go inside the cloned repository: cd vehicle_plate_detection_and_number_recognition/

Step 2: Set up virtual environment using conda: conda env create --name your_env_name --file conda_environment.yml

Step 4: Activation of the environment: conda activate your_env_name

Step 5: To use YOLOv3 Detector script: Running yolo_detector will give the bounding boxes and the characters in recognized in the bounding boxes.

python yolov3_detector.py --image media/test.jpg --yolo config/

About

Vehicle number plate Detection and Recognition


Languages

Language:Python 100.0%