YOLOV10的tensorrt C++部署

根据博客进行python版本安装YOLOv10最全使用教程(含ONNX和TensorRT推理)-CSDN博客

并将pt转为onnx:

yolo export model=yolov10s.pt format=onnx opset=13 simplify

然后采用:https://github.com/hamdiboukamcha/yolov10-tensorrt.git 进行c++编译

配置好cuda11.7    tensorrt8.6.1(https://download.csdn.net/download/dddccc1234/89575934)   opencv4.9.0

就可以了。

你可能感兴趣的:(YOLO)