yolov5-net icon indicating copy to clipboard operation
yolov5-net copied to clipboard

YOLOv5 object detection with C#, ML.NET, ONNX

Results 35 yolov5-net issues
Sort by recently updated
recently updated
newest added

How can i use the gpu instead of cpu?

Hello EveryOne I want to test my onnx model but I git this Error my models [Models File](https://github.com/mentalstack/yolov5-net/issues/57) ![image](https://user-images.githubusercontent.com/90691672/170647450-b55e94e2-e82d-4f08-a316-91b902ac877f.png)

is it possible to use on videos ?

For greater efficiency and better cross-platform.

just like this https://github.com/midasklr/yolov5ds

Hello How can we improve accuracy of object detection ?

@kkarahainko Hello I am student and trained my custom model with colab [https://github.com/ultralytics/yolov5/wiki/Train-Custom-Data ] (https://github.com/ultralytics/yolov5/wiki/Train-Custom-Data) it works with detect.py But after I convert it to onnx , it doesn't detect...

i test img using python and .pt , 95% correct . but when i transfer .pt to .onnx ,using .net , 45% correct . is there any thing missing when...

How to detect object only within a ROI?

Dear Sir Is it possible to use the Intel Neural Compute Stick 2 to speed up camera detection as an alternative to the GPU? If possible, what would be the...