afrin06 / PlatoNum_ANPR_YOLOv8

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Automatic Number Plate Detection and Recognition using YOLOv8

Steps to run Code

  • Clone the repository
git clone https://github.com/afrin06/PlatoNum_ANPR_YOLOv8.git
  • Goto the cloned folder.
cd PlatoNum_ANPR_YOLOv8
  • Install the dependecies
pip install -e '.[dev]'
  • Setting the Directory.
cd ultralytics/yolo/v8/detect
  • Downloading Weights from the Google Drive
gdown "https://drive.google.com/uc?id=1dIyJooVaowaNUj0R1Q-HUnu-utiGsEj8&confirm=t"
  • Downloading a Sample Video from the Google Drive
gdown "https://drive.google.com/uc?id=1P-oVR0J35Dw40lzw47sE19oADSW-tyb1&confirm=t"
  • Run the code with mentioned command below (For Licence Plate Detection).
python predict.py model='best.pt' source='demo.mp4'

RESULTS

Licence Plate Detection and Recognition

Licence Plate Detection and Recognition

About


Languages

Language:Python 99.1%Language:Shell 0.9%