论文标题
基于Yolo和Centroid跟踪的实时错误车辆检测
A Real-Time Wrong-Way Vehicle Detection Based on YOLO and Centroid Tracking
论文作者
论文摘要
错误道路驾驶是全世界道路事故和交通拥堵的主要原因之一。通过检测错误的车辆,可以减少事故的数量,并可以减少交通拥堵。随着实时交通管理系统的日益普及以及由于廉价相机的可用性,监视视频已成为数据的主要来源。在本文中,我们提出了一个自动错误的车辆检测系统,该系统从公路监视摄像机的录像中提出。我们的系统分为三个阶段:通过使用YOL(YOLO)算法来检测视频框架的车辆,使用Centroid Tracking算法在指定的感兴趣区域中跟踪每辆车,然后检测错误的驾驶车辆。 Yolo在对象检测中非常准确,质心跟踪算法可以有效地跟踪任何移动对象。使用一些交通视频进行实验表明,我们提出的系统可以在不同的光线和天气条件下检测并识别任何错误的车辆。该系统非常简单易于实现。
Wrong-way driving is one of the main causes of road accidents and traffic jam all over the world. By detecting wrong-way vehicles, the number of accidents can be minimized and traffic jam can be reduced. With the increasing popularity of real-time traffic management systems and due to the availability of cheaper cameras, the surveillance video has become a big source of data. In this paper, we propose an automatic wrong-way vehicle detection system from on-road surveillance camera footage. Our system works in three stages: the detection of vehicles from the video frame by using the You Only Look Once (YOLO) algorithm, track each vehicle in a specified region of interest using centroid tracking algorithm and detect the wrong-way driving vehicles. YOLO is very accurate in object detection and the centroid tracking algorithm can track any moving object efficiently. Experiment with some traffic videos shows that our proposed system can detect and identify any wrong-way vehicle in different light and weather conditions. The system is very simple and easy to implement.