mirror of
https://github.com/immich-app/immich.git
synced 2025-11-09 13:44:56 +09:00
feat(web): add setting for minimum face count for face detection (#4128)
* feat: add setting for minimum face count for face detection Adds the minimum face count setting to the web interface to circumvent detection of strangers and random background people if desired. * fix: codestyle, remove max for face count
This commit is contained in:
6
web/src/api/open-api/api.ts
generated
6
web/src/api/open-api/api.ts
generated
@@ -2152,6 +2152,12 @@ export interface RecognitionConfig {
|
||||
* @memberof RecognitionConfig
|
||||
*/
|
||||
'maxDistance': number;
|
||||
/**
|
||||
*
|
||||
* @type {number}
|
||||
* @memberof RecognitionConfig
|
||||
*/
|
||||
'minFaces': number;
|
||||
/**
|
||||
*
|
||||
* @type {number}
|
||||
|
||||
Reference in New Issue
Block a user