output.mp4
It is modified by yolov11-tensorrt, and i use this to track cats.
Fix some code to be compatible with my environment(TensorRT-v10.2-cu118), and use ffmpeg to handle video and output.
Test video taken from manchinokineko
- cmake and vs2022
- opencv 410
- cuda-11.8
- tensorrt-v10.2
- yolo11 model
- ffmpeg
- clone from repo:
git clone https://github.com/rawbx/cats-tracker.git - build exec:
cmake -B ./build -G "Visual Studio 17 2022" -A x64 -DCMAKE_BUILD_TYPE=Release && cd ./build && camke build - generate tensorRT engine file from onnx:
cats-tracker.exe yolo11s.onnx "" - run inference:
cats-tracker.exe yolo11s.engine "cats.mp4"
- spacewalk01/yolov11-tensorrt AGPL3.0 License