yolov5-net
yolov5-net copied to clipboard
YOLOv5 object detection with C#, ML.NET, ONNX
When I tested, I found that the input gray image(8bit) can not work. Is it necessary to add the code that converts the gray image(8bit) into RGB image(24bit)? 
I don't really understand what the problem is, but it doesn't work on **Mac OS**. I have the next error: **"Fontconfig error: Cannot load default config file".** I have tried...
Hello, I'm a newcomer,After the model I trained in pytorch is converted to. Onnx, it can't run smoothly.How can I run my own model.   > if (output[0, i,...
YoloScorer takes the model as ``. This means that the model is very static. The model is created with `Activator.CreateInstance() ` in the constructor of YoloScorer. This means the model...
i want to test this model on live rtsp stream instead of image, how i can do that?
YOLOv7
Hi! Nice job on this project! Well, I would to know if you have plans to portate to YOLOv7 too. Hard to find projects on v7.
错误 CS1503 参数 1: 无法从“System.Drawing.Image”转换为“SixLabors.ImageSharp.Image” WinFormsApp1
I figured out how to use gpu and it works but its very slow and barely uses my gpu. I get 5-8 fps even with gpu, my python project with...
It receives video data, detects objects, and modifies and outputs them. When running the program, the CPU usage is excessively high and there is a delay in the video. Is...
it is taking 4 to 8 secs roughly to serve this request...mainly while drawing prediction results on image