mirror of
https://github.com/immich-app/immich
synced 2025-10-17 18:19:27 +00: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:
parent
40b802a5a9
commit
94cbbf3c4b
15 changed files with 68 additions and 5 deletions
|
|
@ -71,6 +71,7 @@ const updatedConfig = Object.freeze<SystemConfig>({
|
|||
modelName: 'buffalo_l',
|
||||
minScore: 0.7,
|
||||
maxDistance: 0.6,
|
||||
minFaces: 1,
|
||||
},
|
||||
},
|
||||
map: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue