Aliardan.RoadMarkingDetection 2.0.6

dotnet add package Aliardan.RoadMarkingDetection --version 2.0.6
NuGet\Install-Package Aliardan.RoadMarkingDetection -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.RoadMarkingDetection" Version="2.0.6" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Aliardan.RoadMarkingDetection --version 2.0.6
#r "nuget: Aliardan.RoadMarkingDetection, 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.RoadMarkingDetection as a Cake Addin
#addin nuget:?package=Aliardan.RoadMarkingDetection&version=2.0.6

// Install Aliardan.RoadMarkingDetection as a Cake Tool
#tool nuget:?package=Aliardan.RoadMarkingDetection&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

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
2.0.6 105 3/1/2024
2.0.5 211 12/4/2023
2.0.4 139 11/27/2023
2.0.3 100 11/26/2023
2.0.2 111 11/26/2023
2.0.0 86 11/26/2023
1.0.6 102 11/23/2023
1.0.5 103 11/23/2023
1.0.4 106 11/23/2023
1.0.3 94 11/23/2023
1.0.2 104 11/23/2023
1.0.1 95 11/23/2023
1.0.0 95 11/22/2023