This project uses the YOLO TensorRT library and the DeepSORT and ByteTrack algorithm to monitor tunnel traffic. While identifies, counts, and tracks vehicles as they enter and exit the tunnel, providing real-time insights into traffic flow.
Will be added later
Will be added later
git clone https://github.com/Akaqox/tunnel-car-tracking.git
cd tunnel-car-tracking
conda create --name track --file requirements.txt
conda activate track
TensorRT YOLO Inference taken code samples from: https://github.com/Linaom1214/TensorRT-For-YOLO-Series
ByteTrack taken code samples from: https://github.com/ifzhang/ByteTrack
deep_sort_realtime library is used