Replies: 1 comment 2 replies
-
Hi @Markoise recognize/lib/Db/FaceDetectionMapper.php Lines 268 to 294 in d479da6 It currently doesn't take into account newer images explicitly. So, on some databases it may prefer newer pictures and on some it will always take the oldest ones. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I recently had to change my Nextcloud provider. Unfortunately, you then have to start from 0 again. I have now painstakingly processed around 32000 images. Since the face recognition is not great, I had to cluster many recognized faces manually.
By the way: It's a pity that there is no export function (e.g. via the User Migration app or as a download link in the settings).
During this lengthy process, thumbnails are initially created for recognized faces. With my old provider, these were automatically updated with newer faces. But that doesn't happen now. For example, a 30-year-old thumbnail is used for my face. Despite the newly added photos, the old thumbnail is still used.
I have not manually added a thumbnail to any face. As far as I know, this will never change again.
Am I wrong that the thumbnails are automatically adjusted over time, or how does that work?
Beta Was this translation helpful? Give feedback.
All reactions