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

Slow in ocrrences and fast in cycle

Open sergiopinto16 opened this issue 3 years ago • 2 comments

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 issue above)

If I run the images at a low rate the time to process the image is high in some interations.

It's a gpu problem? (I'm using an rtx2060)

sergiopinto16 avatar Jun 29 '22 05:06 sergiopinto16

I had this same issue running thru visual studio in debug mode. Building the solution and running the exe solved it for me.

Jcrueger avatar Aug 12 '22 21:08 Jcrueger

The longer the interval, the longer the processing time and I don't know how to fix this.

Touxiangmao avatar Mar 15 '23 00:03 Touxiangmao