Skip to content

misaka0316/YOLO-Series-TRT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YOLO-Series-TRT Python&C++

Support

继承自工程 https://github.com/Linaom1214/TensorRT-For-YOLO-Series

Update

  • 2025.07.07 重新工程化

Prepare TRT Env

Install via Python

pip install tensorrt
pip install cuda-python

Install via C++

使用docker或者本地配置CUDA和tensorrt都可 By Docker

Export ONNX

生成模型部分查看原文档 README_source.md

Python Demo

python推理其他版本模型查看原文档 README_source.md

C++ Demo

support NMS plugin show in C++ Demo

原工程链接

About

带NMS模块的YOLOV5

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages