VL.YoloDotNet
0.1.0-alpha
See the version list below for details.
dotnet add package VL.YoloDotNet --version 0.1.0-alpha
NuGet\Install-Package VL.YoloDotNet -Version 0.1.0-alpha
<PackageReference Include="VL.YoloDotNet" Version="0.1.0-alpha" />
paket add VL.YoloDotNet --version 0.1.0-alpha
#r "nuget: VL.YoloDotNet, 0.1.0-alpha"
// Install VL.YoloDotNet as a Cake Addin #addin nuget:?package=VL.YoloDotNet&version=0.1.0-alpha&prerelease // Install VL.YoloDotNet as a Cake Tool #tool nuget:?package=VL.YoloDotNet&version=0.1.0-alpha&prerelease
VL.YoloDotNet
- Is a VL wrapper for YoloDotNet: https://github.com/NickSwardh/YoloDotNet
- It implements YOLOv8 and YOLOv10 for real-time Object Detection, Classification, OBB Detection, Segmentation, Pose Estimation in images and videos.
- DirectML is used as GPU acceleration provider
- More documentation on Ultralytics YOLOv8: https://docs.ultralytics.com/models/yolov8/
For use with vvvv, the visual live-programming environment for .NET: http://visualprogramming.net
Export Yolo models to ONNX
All models must be exported to ONNX format. How to export to ONNX format.
The ONNX-models included in this repo are from Ultralytics s-series (small). https://docs.ultralytics.com/models.
Getting started
Install as described here via commandline:
nuget install VL.YoloDotNet -pre
Usage examples and more information are included in the pack and can be found via the Help Browser
Credits
Based on YoloDotNet: https://github.com/NickSwardh/YoloDotNet
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
-
- Microsoft.AI.DirectML (>= 1.15.1)
- Microsoft.ML.OnnxRuntime.DirectML (>= 1.19.2)
- YoloDotNet (>= 2.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
0.1.1-alpha | 641 | 10/10/2024 |
0.1.0-alpha | 55 | 10/10/2024 |