immich-app/immich

[Feature] Per user "minimum face count"

クローズ

#21,279 opened on 2025/08/26

 (4 件のコメント) (2 件のリアクション) (0 人の担当者)TypeScript (5,601 件のフォーク)batch import
good first issue

Repository metrics

Stars
 (100,600 個のスター)
PR merge metrics
 (平均マージ 5d 3h) (30d で 258 merged PRs)

説明

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.

コントリビューターガイド