immich-app/immich

[Feature] Per user "minimum face count"

Geschlossen

#21.279 geöffnet am 26.08.2025

 (4 Kommentare) (2 Reaktionen) (0 zugewiesene Personen)TypeScript (5.601 Forks)batch import
good first issue

Repository-Metriken

Stars
 (100.600 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

Each individual user should be able to specify a "minimum face count" that filters out people on the /people endpoint & associated page. This should be added as a user preference (probably at people.minimumFaces), and can be set to any number, with 0 implying that no people are filtered out of view.

Background

There is a server config option (machineLearning.facialRecognition.minFaces), that is used during the clustering process to determine at what threshold a Person is created. This same configuration setting is being used as a global cutoff for the /people endpoint, and has led to some confusion.

Contributor Guide