Open yhino opened 1 year ago
Does the memory accumulate with each loop iteration or is it a one off jump of 300MB?
Thanks for the reply. Memory is accumulated each loop iteration.
I have a script which runs mtcnn.detect(pil_img, landmarks=False)
many times per day.
It has been running without issues for months, but after a recent restart, it has started crashing due to full memory.
I'm far from sure it's facenet-pytorch however, I'm using lots of other libraries which could be causing this issue.
Hello, I have a problem with memory that keeps increasing after face detection on about 100 images. Is there a solution or workaround to the problem?
The details are as fllows.
Package and versions:
Test code:
Test data:
Results:
The rss has increased by about 300 MB. Memory is not decreasing after deinit(del).