Skip to content

YOLOv7 is the new state-of-the-art object detector in the YOLO family. According to the paper, it is the fastest and most accurate real-time object detector to date. According to the YOLOv7 paper, the best model scored 56.8% Average Precision (AP), which is the highest among all known object detectors.

Notifications You must be signed in to change notification settings

gautamHCSCV/Number_Plate_detection-using-YOLO-v7

Repository files navigation

Number_Plate_detection-using-YOLO-v7

YOLO is an algorithm that uses neural networks to provide real-time object detection. This algorithm is popular because of its speed and accuracy. It has been used in various applications to detect traffic signals, people, parking meters, and animals. YOLOv7 is the new state-of-the-art object detector in the YOLO family. According to the paper, it is the fastest and most accurate real-time object detector to date. According to the YOLOv7 paper, the best model scored 56.8% Average Precision (AP), which is the highest among all known object detectors.

Sample Predictions

test_batch0_pred

test_batch1_pred

inference video

Inference: !python detect.py --weights weights/yolov7.pt --conf 0.3 --save-txt --source inference/images

About

YOLOv7 is the new state-of-the-art object detector in the YOLO family. According to the paper, it is the fastest and most accurate real-time object detector to date. According to the YOLOv7 paper, the best model scored 56.8% Average Precision (AP), which is the highest among all known object detectors.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages