License plate detection with Python and yolov3 !
Forked from this repository.
- Python 3.8
- You Only Look Once (YOLO) v.3
- requirements.txt
You can download the weights file from this link.
python object_detection_yolo.py --image=bird.jpg
python object_detection_yolo.py --image-dir=./image-directory
python object_detection_yolo.py --video=cars.mp4
python object_detection_yolo.py