flariut
flariut
I'm also having this issues with memory leaking. I wrote a service that continously compares known faces, it's works flawlessly but slowly and steadily the GPU memory usage goes up...
hi, I'm having the same issue, and I find it quite annoying that the only fix available is this workaround. It's important for me to have a service running 24/7...
updating in my issue, for me it was resolved changing the way we manage threads in our application. apparently, this is a CUDA issue with threading, not a dlib or...