From 658fae4d4a4259708b999802ceb4d29a696c4dbc Mon Sep 17 00:00:00 2001 From: jason Date: Fri, 17 Nov 2023 16:58:04 -0500 Subject: [PATCH] Issue 1003: suggestion for additional documentation for recognize cluster-faces with large libraries. --- src/components/ViewAdmin.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/ViewAdmin.vue b/src/components/ViewAdmin.vue index e19df6cb..4b831dbc 100644 --- a/src/components/ViewAdmin.vue +++ b/src/components/ViewAdmin.vue @@ -359,7 +359,7 @@

{{ t('recognize', 'Before running a full initial classification run on the terminal, you should stop all background processing that Recognize scheduled upon installation to avoid interference.') }}

occ recognize:clear-background-jobs

 

-

{{ t('recognize', 'To run a face clustering run on for each user in the terminal, run the following. (The clustering will run in sequence inside your terminal.)') }}

+

{{ t('recognize', 'To run a face clustering run on for each user in the terminal, run the following. Consider adding the parameter --batch-size for large libraries to avoid PHP memory exhaustion. (The clustering will run in sequence inside your terminal.)') }}

occ recognize:cluster-faces

 

{{ t('recognize', 'To remove all face clusters but keep the raw detected faces run the following on the terminal:') }}