对 https://github.com/ifzhang/ByteTrack/tree/main 项目的c++复现,检测器换成了yolov8
编译
mkdir build && cd build
cmake .. && make
运行
./demo ../checkpoints/yolov8n.onnx ./test_video.mp4
This project uses yolov8 combined with bytetrack to achieve multi-target tracking
C++
对 https://github.com/ifzhang/ByteTrack/tree/main 项目的c++复现,检测器换成了yolov8
编译
mkdir build && cd build
cmake .. && make
运行
./demo ../checkpoints/yolov8n.onnx ./test_video.mp4