1
0
Fork 0
mirror of https://github.com/immich-app/immich.git synced 2025-01-25 05:02:46 +01:00
immich/server/src/domain/person
GenericGuy 94cbbf3c4b
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
2023-09-18 11:05:35 +07:00
..
index.ts refactor(server): person dto (#3058) 2023-06-30 20:52:40 -05:00
person.dto.ts fix(server): lint import order (#3974) 2023-09-04 21:45:59 +02:00
person.repository.ts fix(server): regenerate missing person thumbnails (#3970) 2023-09-08 13:49:43 +07:00
person.service.spec.ts feat(web): add setting for minimum face count for face detection (#4128) 2023-09-18 11:05:35 +07:00
person.service.ts feat(web): add setting for minimum face count for face detection (#4128) 2023-09-18 11:05:35 +07:00