This project integrates YOLOv9 and ByteTracker for real-time, TensorRT-optimized object detection and tracking, extending the existing TensorRT-Yolov9 implementation.
<p align="center" margin: 0 auto;>
cd build/release
yolov9-bytetrack-trt.exe yolov9-c.engine test.mp4 # the video path
cd python
python yolov9_bytetrack.py --model yolov9-c-converted.onnx --video_path test_video.mp4 --output_video_path result.mp4
Python:
cd python
pip install -r requirement.txt
CPP:
Refer to our docs/INSTALL.md for detailed installation instructions. Note that Bytetracker is directly integrated without any modification.
This project is based on the following awesome projects: