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
#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

Road Marking Detection

Road markings detection using custom yolov5 model based on ONNX, .NET 8.0

result3

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

  1. .NET 8.0
  2. Aliardan.Scorer (>= 2.0.6)
  3. Microsoft.ML (2.0.1)
  4. Microsoft.ML.OnnxRuntime (>= 1.16.3)
  5. SixLabors.Fonts (>= 2.0.2)
  6. SixLabors.ImageSharp (>= 3.0.2)
  7. SixLabors.ImageSharp.Drawing (>= 2.0.1)

Additional information

YOLOv5

Train Custom Data

Tips for Best Training Results

ONNX and TorchScript Export

Test-Time Augmentation (TTA)

Report templates

Bug report template

Feature request template

Product 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.

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.

Version Downloads Last updated
2.0.6 109 3/1/2024
2.0.5 215 12/4/2023
2.0.4 146 11/27/2023
2.0.3 99 11/26/2023
2.0.2 107 11/26/2023
2.0.1 111 11/26/2023