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
As described in the Discord thread message, the dedup via django admin fails for very large photo collections. So, a more robust solution is required:
Option A:
Add another button in the UI that causes a scan like process, that runs over all photos and dedupes faces
Option B:
Have the dedup operation part of the scan (so when scanning a photo, the last step is the dedup)
Optionally, extend the above and add a checkbox that defaults to off - and only if it is checked, the scan will do the dedup as well (kinda opt-in and not the default)
The text was updated successfully, but these errors were encountered:
I wrapped the Django admin task in an AsyncTask, which means that it should work now even with large collections. Would be great if you could test it :)
As described in the Discord thread message, the dedup via django admin fails for very large photo collections. So, a more robust solution is required:
Option A:
Option B:
The text was updated successfully, but these errors were encountered: