techwingslab / yolov5-net

YOLOv5 object detection with C#, ML.NET, ONNX
MIT License
351 stars 104 forks source link

Slow even with GPU. #83

Open Desync3 opened 1 year ago

Desync3 commented 1 year ago

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 yolov5 gets 60fps. I have rtx 3070 ti so this shouldn't be a issue. I'm trying to detect players on my screen in fortnite.

what can i do to make it go faster?

Desync3 commented 1 year ago

Still need help.