#212 · Primary category: Computer Vision
YOLOv8-TensorRT-CPP
YOLOv8 TensorRT C++ Implementation
Project last updated:05/30/26
GitHub Stars
737
Forks
84
Contributors
8
License
MIT
Why we included this project
This C++ project shows how to run YOLOv8 on NVIDIA GPUs with TensorRT, handling object detection, semantic segmentation, and body pose estimation. It accepts Ultralytics' pretrained weights directly, so you can point it at a model and get annotated output without writing your own pipeline. The code walks through the full conversion path from PyTorch to ONNX to an optimized TensorRT engine, which is helpful if you want to understand each stage rather than treat it as a black box. Beyond FP32 and FP16, it supports INT8 quantization with calibration data, and includes a benchmark tool that reports preprocessing, inference, and postprocessing times separately. For engineers building low-latency vision applications on Linux with CUDA and OpenCV, this is a practical starting point.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
opencv
Open Source Computer Vision Library
RuView
π RuView turns commodity WiFi signals into real-time spatial intelligence, vital sign monitoring, and presence detection — all without a single pixel of video.
PaddleOCR
Turn any PDF or image document into structured data for your AI. A powerful, lightweight OCR toolkit that bridges the gap between images/PDFs and LLMs. Supports 100+ languages.
MinerU
Transforms complex documents like PDFs and Office docs into LLM-ready markdown/JSON for your Agentic workflows.
tesseract
Tesseract Open Source OCR Engine (main repository)