YOLOv4MLNet
YOLOv4MLNet copied to clipboard
Use the YOLO v4 and v5 (ONNX) models for object detection in C# using ML.Net
See here for YOLO v3 use.
YOLO v5 in ML.Net
Use YOLO v5 with ML.Net
Thanks to raulsf6, deanbennettdeveloper and keesschollaart81
- See the discussion in the Tips for modifying this for YoloV5 issue.
- See the yolo-v5-incl branch
- See keesschollaart81's gist
YOLO v4 in ML.Net
Use YOLO v4 with ML.Net
Onnx model available in the onnx/models repos here.
Also check https://github.com/dotnet/machinelearning/issues/5466
Results
Resources
- https://github.com/onnx/models/tree/master/vision/object_detection_segmentation/yolov4
- https://github.com/hunglc007/tensorflow-yolov4-tflite
- https://towardsdatascience.com/yolo-v4-optimal-speed-accuracy-for-object-detection-79896ed47b50