Skip to content

Commit

Permalink
Merge pull request #1034 from deddc23efb/main
Browse files Browse the repository at this point in the history
Issue 1003: suggestion for additional documentation for recognize clu…
  • Loading branch information
marcelklehr authored Nov 18, 2023
2 parents b2750d6 + 658fae4 commit 8fb2a70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ViewAdmin.vue
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@
<p>{{ 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.') }}</p>
<pre><code>occ recognize:clear-background-jobs</code></pre>
<p>&nbsp;</p>
<p>{{ 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.)') }}</p>
<p>{{ t('recognize', 'To run a face clustering run on for each user in the terminal, run the following. Consider adding the parameter --batch-size <count> for large libraries to avoid PHP memory exhaustion. (The clustering will run in sequence inside your terminal.)') }}</p>
<pre><code>occ recognize:cluster-faces</code></pre>
<p>&nbsp;</p>
<p>{{ t('recognize', 'To remove all face clusters but keep the raw detected faces run the following on the terminal:') }}</p>
Expand Down

0 comments on commit 8fb2a70

Please sign in to comment.