Skip to content

computervisioneng/yolo-license-plate-detection

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

yolo-license-plate-detection

License plate detection with Python and yolov3 !

Forked from this repository.

Watch the video

🔨 Environment

  • Python 3.8
  • You Only Look Once (YOLO) v.3
  • requirements.txt

execution

You can download the weights file from this link.

Test on a single image:

python object_detection_yolo.py --image=bird.jpg

Test on an images directory:

python object_detection_yolo.py --image-dir=./image-directory

Test on a single video file:

python object_detection_yolo.py --video=cars.mp4

Test on the webcam:

python object_detection_yolo.py

About

A License-Plate detecttion application based on YOLO

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%