#221 · Primary category: Computer Vision

YoloDotNet

computer-vision detection image-classification obb object-detection onnx onnx-runtime segmentation tensorrt video video-processing yolo yolo-world yolo26 yoloe yolov10 yolov11 yolov12 yolov8 yolov9

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