Replies: 1 comment
-
Yes, it seems that the files are being processed if the numbers decrease :)
It could be that the faces in your photos are not detected for some reason.
This is unlikely. In the case of large clusters recognize draws a random sample from the cluster to compare it with new faces, but of course this could lead to a non-match, when it should be a match... |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
In these days I'm trying to use recognize face detection for my library of approx 50k pictures.
I'm running Nextcloud from TrueNAS docker, using 2 CPU and 6 memory of GB enabled for the whole container and 4 GB as memory limit.
Sometimes in the Nextcloud log I've receive some errors like the following ones:
First question:
From nextcloud docker is it possibile to increase the 300 MB thershold for cron job? Seems something already handled, but still not enough.
In order to better understand the whole process and thanks to the documentation provided, I've done a
occ recognize:clear-background-jobs-> see on the App settings from Admin user:I've thought that means that there's no process scheduled, so I've launched a
occ recognize:recrawlAnd the queued files on "face recognition" increase until the number 48492 files, than start decreasing -> maybe files are processed in order to recognize faces, but during face clustering, the "number of faces left to cluster" remains 0.
Strange is that no faces remains on face clustering: do you have an idea why?
Also, other strange behavior:
Is it possible that my "face library" is too big for the server resources and when recognize "tries to open it on RAM" it exceed some memory limit and cannot cluster anymore?
In order to avoid other memory limit, I've reduced from 500 to 50 the file processed for run, even if recognize tell me that WASM mode isn't needed and I'm using standard TensorFlow.
If you can suggest me other direction for improve the whole process, it will be perfect for me, too. Thank you in advance!
Beta Was this translation helpful? Give feedback.
All reactions