-
-
Notifications
You must be signed in to change notification settings - Fork 302
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When the face recognition service dies, only a backend restart brings it back #1124
Comments
Hello, I am experiencing a persistent issue with the face scanning process in LibrePhotos. Despite multiple attempts to rectify the situation, the job consistently fails to complete. Here's a brief overview of my current setup and the problem:
The issue seems to be related to the face recognition service becoming unresponsive, and only a backend restart temporarily resolves the issue. However, given the large volume of assets, the scan faces job seems to break repeatedly without going through the entire dataset. This problem has been ongoing, it appears the problem persists, and the system cannot handle larger databases efficiently for face recognition tasks. Any insights or suggestions on how to resolve this would be greatly appreciated. If i restart the Backend the Backend and rescan for faces it goes down after few hours |
Same here. |
Switching back to non GPU image got the faces scan completed... |
When the face recognition service dies, the logs are filled with errors like:
If this happens during a scan - the result is a lot of these errors and no inferred faces from the scan - so a backend restart and rescan is required.
Suggestion - the code that handles the above error, can :
The text was updated successfully, but these errors were encountered: