muratali016 / Yolov7-License-Plate-Recognition-Program

Apache License 2.0
43 stars 9 forks source link
artificial-intelligence deep-learning machine-learning yolov7

Ready-to-use Google Colab file: https://colab.research.google.com/drive/1_8Ic31j422YjWGMxzDx0SRIINVQkYad5?usp=sharing

Yolov7-License-Plate-Recognition-Program

https://user-images.githubusercontent.com/77502485/188004361-9a26744d-f553-4336-be2f-947a433ee558.mp4

https://user-images.githubusercontent.com/77502485/188014954-5e923e3b-c22f-408a-8163-3695cecd0176.mp4

Features

Steps to run Code

Using License plate recognition

 %cd /content/drive/MyDrive/yolo_Car/yolov7
!python detect_plate.py --weights /content/drive/MyDrive/yolo_Car/plate/weights/best.pt --conf 0.1 --source /content/drive/MyDrive/yolo_Car/Plate.mp4 --video_frame 10

Using line crossing car counter plate

%cd /content/drive/MyDrive/yolo_Car/yolov7
!python detect_cross.py --weights "yolov7.pt" --conf 0.1 --source /content/drive/MyDrive/yolo_Car/traf.mp4 --video_frame 2

References