Real-time Vehicle Detection and Tracking Based on the Combination of YOLOv7 and ByteTrack

Yining Zhang
DOI: https://doi.org/10.54254/2755-2721/4/20230467
2023-01-01
Abstract:Real-time tracking of vehicles is important for monitoring whether the roads are congested or not. How to achieve and maintain a high frame rate is a key problem to be solved in practical applications. In recent years, SORT, BOT-SORT [1] and other state-of-the-art target tracking algorithms have achieved fruitful results in target tracking tasks. The author combines YOLOv7(You Only Look Once v7) with bytetrack and compares the frame rate with some popular algorithms like Deepsort and bytetrack in real-time tracking to demonstrate that YOLOv7-bytetrack is more suitable for real-time detection, tracking of vehicles.
What problem does this paper attempt to address?