Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 1013 Bytes

File metadata and controls

19 lines (13 loc) · 1013 Bytes

Smart-Real-Time-Vehicle-WrongWay-Detection-And-Tracking

Watch my YouTube video

  • please like, share, and subscribe to the above video channel for more exciting projects and tech-related videos

A Smart Real-Time Vehicle WrongWay Detection and Tracking using YOLOV8 and Sort Algo

Language Used

  • Python3.9 or above
  • OpenCV2 4.7 or above

Models used

  • YoloV8 - To detect vehicles
  • YoloV8 - to detect license plates
  • SORT - for tracking
  • easyOCR - For text extraction

This project aims to detect vehicles on the road, track them, and determine if they are going in the wrong direction. If a vehicle is going in the wrong direction, the system will extract its number plate for further action. The project also includes saving images and videos of the wrong-way going vehicle. With these features, this project will help improve road safety by detecting and preventing wrong-way driving incidents.