https://github.com/aliardan/RoadMarkingDetection
Road markings detection using yolov5 model based on ONNX
https://github.com/aliardan/RoadMarkingDetection
c-sharp deep-learning dotnet-core jupyter-notebook object-detection onnx pytorch yolo yolov5
Last synced: 16 days ago
JSON representation
Road markings detection using yolov5 model based on ONNX
- Host: GitHub
- URL: https://github.com/aliardan/RoadMarkingDetection
- Owner: aliardan
- Created: 2021-04-28T18:12:50.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-05-20T06:30:21.000Z (12 months ago)
- Last Synced: 2024-11-09T13:38:39.936Z (6 months ago)
- Topics: c-sharp, deep-learning, dotnet-core, jupyter-notebook, object-detection, onnx, pytorch, yolo, yolov5
- Language: C#
- Homepage:
- Size: 25 MB
- Stars: 24
- Watchers: 3
- Forks: 5
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-dotnet-machine-learning - aliardan/RoadMarkingDetection
- awesome-yolo-object-detection - aliardan/RoadMarkingDetection
- awesome-yolo-object-detection - aliardan/RoadMarkingDetection
README
#
Road Marking Detection# 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.## 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](https://github.com/ultralytics/yolov5)
⭐[Train Custom Data](https://github.com/ultralytics/yolov5/wiki/Train-Custom-Data)
⭐[Tips for Best Training Results](https://github.com/ultralytics/yolov5/wiki/Tips-for-Best-Training-Results)
⭐[ONNX and TorchScript Export](https://github.com/ultralytics/yolov5/issues/251)
⭐[Test-Time Augmentation (TTA)](https://github.com/ultralytics/yolov5/issues/303)
# Report templates
⚡[Bug report template](https://github.com/aliardan/RoadMarkingDetection/blob/6fe81549bb4d31c9a9a1c1ab2597a11a601bd668/.github/ISSUE_TEMPLATE/bug_report.md)
⚡[Feature request template](https://github.com/aliardan/RoadMarkingDetection/blob/6fe81549bb4d31c9a9a1c1ab2597a11a601bd668/.github/ISSUE_TEMPLATE/feature_request.md)