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

Hello guys, I am new to these libraries, I have problems with the C# sharp file to config the custom model, probably I have set up bad the Anchors, Strides,...

This is a great project, but unfortunately performance is pretty awful compared to running the same models in Python. It takes so long to prepare the image and to parse...

For those of us who are newer to this, could you provide some more documentation on the YoloModel class and how the properties we need to override relate to our...

Inherited from the YoloModel base class per instructions, but images are 1280x1024. Set this as the value for the height/width on the new class but this causes an exception to...

Hi, first of all thanks for sharing! I build this repo from source in VS 2022 and overwrite the original image in Yolov5Net.App/Assets/test.jpg with a custom image(on which the python...

Because yolox also supports ONNX runtime. But I don't know how to set the configuration of the model. Is it possible?

I read the issue https://github.com/mentalstack/yolov5-net/issues/35 If i disable drawing results and saved images, I get excelent results if I do a cycle through all the images. (like the example in...

I've been trying to get my own models working in the .onnx type, but when it is exported to .onnx it doesn't find anything in an image. The results in...

Hello, what are the requirements for the project? What Visual Studio and version of the .NET platform? What for in the code "using"? ![image](https://user-images.githubusercontent.com/61663301/160403626-4339d4dc-c5e4-4b82-8014-68e557b762e2.png)

Hello, I have a custom trained model that started with the yolov5m.yaml configuration. I am lost as to what changes i would need to make to the implementation of the...