You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered: