emptysoal / TensorRT-YOLOv8Links
Based on tensorrt v8.0+, deploy detect, pose, segment, tracking of YOLOv8 with C++ and python api.
☆138Updated 3 months ago
Alternatives and similar repositories for TensorRT-YOLOv8
Users that are interested in TensorRT-YOLOv8 are comparing it to the libraries listed below
Sorting:
- An object tracking project with YOLOv8 and ByteTrack, speed up by C++ and TensorRT.☆229Updated 3 months ago
- 使用TensorRT加速YOLOv8-Seg,完整的后端框架,包括Http服务器,Mysql数据库,ffmpeg视频推流等。☆88Updated 2 years ago
- 🚀🚀🚀This is an AI high-performance reasoning C++ library, Currently supports the deployment of yolov5, yolov7, yolov7-pose, yolov8, yol…☆136Updated last year
- pt-->wts-->engine☆156Updated last year
- This repository is based on shouxieai/tensorRT_Pro, with adjustments to support YOLOv8.☆404Updated 3 weeks ago
- Based on tensorrt v8.0+, deploy detection, pose, segment, tracking of YOLO11 with C++ and python api.☆316Updated 3 months ago
- C++ inference of YOLOX/YOLOV5/YOLOV8/YOLOV9 for OpenVINO,Support float32、float16 and int8.☆69Updated last year
- 基于TensorRT的C++高性能推理库,Yolov10, YoloPv2,Yolov5/7/X/8,RT-DETR,单目标跟踪OSTrack、LightTrack。☆224Updated last year
- yolov11 的tensorRT C++ 部署,后处理使用cuda实现比较耗时的操作。☆47Updated 4 months ago
- TensorRT+YOLO系列的 多路 多卡 多实例 并行视频分析处理案例☆323Updated last year
- yolov8 瑞芯微 rknn 板端 C++部署。☆115Updated 2 years ago
- rknn-3588部署yolov5,利用线程池实现npu推理加速;Deploying YOLOv5 on RKNN-3588, utilizing a thread pool to achieve NPU inference acceleration.☆85Updated 8 months ago
- yolov5 segmentation with onnxruntime and opencv☆169Updated last year
- The YOLOv11 C++ TensorRT Project in C++ and optimized using NVIDIA TensorRT☆123Updated 3 months ago
- yolov8n 目标检测部署版本,便于移植不同平台(onnx、tensorRT、rknn、Horizon),全网部署最简单、速度最快的部署方式。☆47Updated last year
- yolov8n 部署版本,后处理用python语言和C++语言形式进行改写,便于移植不同平台(onnx、tensorRT、RKNN、Horzion)☆158Updated 2 years ago
- based on the yolov8,provide pt-onnx-tensorrt transcode and infer code by c++☆57Updated 3 months ago
- ☆53Updated 2 years ago
- Accelerating SAHI-based inference on YOLO models using TensorRT.☆91Updated last month
- A new tensorrt integrate. Easy to integrate many tasks☆450Updated 2 years ago
- ☆113Updated last year
- yolov8 hub,cpp with onnxruntime and opencv☆447Updated last year
- yolov11 瑞芯微 rknn 板端 C++部署,使用平台 rk3588。☆80Updated 11 months ago
- 使用Opencv中的DNN模块对YOLOv8的所有类型模型,YOLOV9目标检测模型,YOLO11全系列模型进行了推理☆105Updated last year
- 分别使用OpenCV、ONNXRuntime部署YOLOX+ByteTrack目标跟踪,包含C++和Python两个版本的程序