AlexeyAB / yolo-windows

a yolo windows version(for object detection)
71 stars 58 forks source link

Memory Leak #7

Closed sidsapien closed 7 years ago

sidsapien commented 7 years ago

Hi, I compiled YOLO on windows and it works well. I am using it for object detection using webcam in real-time.

But, the memory usage by Darknet (YOLO) in Windows slowly keeps on increasing and about after 10 minutes my computer runs out of memory (16 GB RAM). I was wondering if you faced similar issue.