YOLOV5 PYTORCH模型转TENSORRT
c++ 版本
https://www.freesion.com/article/41851434464/
python版本
2、Python版本
Python加速这里介绍两种方法。
第一种依然来自于github:https://github.com/wang-xinyu/tensorrtx/tree/master/yolov5
Yolov5的3种tensorRT加速方式及3090测评结果(C++版和Python torchtrt版)
https://blog.csdn.net/qq_34919792/article/details/120650792
!!!!good ubuntu18.04&20.04+CUDA11.1+cudnn11.3+TensorRT7.2+Deepsteam5.1+vulkan环境搭建和YOLO5部署
https://blog.csdn.net/sxj731533730/article/details/115064903
https://blog.csdn.net/zaf0516/article/details/109453507
wts转engine:
sudo ./yolov5 -s ../bestyolov5x.wts ../bestyolov5.engine x
测试用例
./yolov5 -d ../yolov5x.eigine ../samples