immich-app/immich

[Feature] Per user "minimum face count"

已关闭

#21,279 创建于 2025年8月26日

 (4 条评论) (2 个反应) (0 位负责人)TypeScript (5,601 个派生)batch import
good first issue

仓库指标

星标
 (100,600 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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.

贡献者指南