yolov5-net
yolov5-net copied to clipboard
Slow in ocrrences and fast in cycle
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)
I had this same issue running thru visual studio in debug mode. Building the solution and running the exe solved it for me.
The longer the interval, the longer the processing time and I don't know how to fix this.