-
-
Notifications
You must be signed in to change notification settings - Fork 47
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
Always stuck in step5 [5/8 - Executing task CreateClustersTask (Create new persons or update existing persons)] #712
Comments
Hi @3038922 If you are really running out of ram, you can add SWAP, and increase the php_limits p.s: sorry for delay. I'm very busy. 😞 |
I ran into this recently and it just took a very long time, but eventually made it through step 5. I had to run it outside of cron without the timeout since it was timing out on this step within 20 minutes before working on faces. |
This improves the performance of clustering with many faces. In my tests with 43 thousand faces, it takes 11,91 minutes to run the full 'face:background_job --cluster-mode' command. Using a batch size of 20 thousand the time is reduced to 4.47 minutes. With 5000, 1.71 minute and with 2000 (Which is the minimum cut it takes only 54 seconds. Against all odds, memory consumption does not increase in any way, but it still has a disadvantage. The clusters... although they do not increase their quantity as much (only 5%), these will generally be smaller (Presumably of higher quality), but there will be more clusters to give them names. Well, this is another advanced option that will not be available in the administrator interface. occ config:app:set facerecognition clustering_batch_size --value='1000' --type=integer
Hi both, |
That release fixed it for me (sorry I didn't reply earlier). 20k was the sweet spot in my case - still takes a few minutes per user (with around 100k faces per user), but the cluster quality was still more similar to before batching. |
I ran into a type error of dlib_vector_length():
|
Why is a GitHub issue link being passed as an argument? This looks like an unrelated problem to the OP. I think GitHub might be expanding |
As @vwbusguy comments, this error has its own report.. and as for the original report it seems fixed. p.s: In the next release due this week there is a 40% improvement in memory usage using batches. 😉 |
I use external decoding and then he always gets stuck.Why is that?And my nextcloud's memory keeps taking up until it's full.My decoding VM sets up model 3.
The text was updated successfully, but these errors were encountered: