#221 · Primary category: Computer Vision
YoloDotNet
YoloDotNet - A C# .NET 8.0 project for Classification, Object Detection, OBB Detection, Segmentation and Pose Estimation in both images and live video streams.
Project last updated:02/08/26
GitHub Stars
807
Forks
146
Contributors
4
License
MIT
Why we included this project
C# teams that need YOLO inference usually end up bolting a Python service onto the side of their stack. YoloDotNet removes that step: it is a pure .NET 8 library built on ONNX Runtime and SkiaSharp, with no OpenCV dependency and no Python runtime, so behavior stays explicit and predictable. It handles classification, object detection, oriented bounding boxes, segmentation, and pose estimation in both still images and live video, and runs on CPU as well as CUDA, TensorRT, OpenVINO, CoreML, and DirectML. Recent additions such as region-of-interest inference, JSON export, and YOLO-format annotation output make it handy for surveillance zones, monitoring pipelines, and generating training data from your own code. For .NET developers who want production-grade YOLO without leaving the ecosystem, it is a solid choice.
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)