Aliardan.Scorer
2.0.6
dotnet add package Aliardan.Scorer --version 2.0.6
NuGet\Install-Package Aliardan.Scorer -Version 2.0.6
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Aliardan.Scorer" Version="2.0.6" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Aliardan.Scorer --version 2.0.6
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Aliardan.Scorer, 2.0.6"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Aliardan.Scorer as a Cake Addin #addin nuget:?package=Aliardan.Scorer&version=2.0.6 // Install Aliardan.Scorer as a Cake Tool #tool nuget:?package=Aliardan.Scorer&version=2.0.6
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Road Marking Detection
Road markings detection using custom yolov5 model based on ONNX, .NET 8.0
Usage
Running ML Dotnet Road marking detection using Yolov5 in Colab
In this tutorial, we will learn how to detect road markings using Yolov5 and ML Dotnet which is a machine learning framework for .NET. ⭐Colab tutorial
Running with Package Manager Console
NuGet\Install-Package Aliardan.RoadMarkingDetection -Version 2.0.6
Dependencies
- .NET 8.0
- Aliardan.Scorer (>= 2.0.6)
- Microsoft.ML (2.0.1)
- Microsoft.ML.OnnxRuntime (>= 1.16.3)
- SixLabors.Fonts (>= 2.0.2)
- SixLabors.ImageSharp (>= 3.0.2)
- SixLabors.ImageSharp.Drawing (>= 2.0.1)
Additional information
⭐Tips for Best Training Results
Report templates
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net8.0
- Microsoft.ML (>= 2.0.1)
- Microsoft.ML.OnnxRuntime (>= 1.16.3)
- SixLabors.Fonts (>= 2.0.2)
- SixLabors.ImageSharp (>= 3.0.2)
- SixLabors.ImageSharp.Drawing (>= 2.0.1)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Aliardan.Scorer:
Package | Downloads |
---|---|
Aliardan.RoadMarkingDetection
Road markings detection using custom yolov5 model based on ONNX, .NET 8.0 by Aliardan |
GitHub repositories
This package is not used by any popular GitHub repositories.