[mob] Minimum cluster size of 20
This commit is contained in:
parent
6f26901073
commit
72e677e9e5
1 changed files with 1 additions and 1 deletions
|
@ -824,7 +824,7 @@ class SearchService {
|
|||
"Cluster $clusterId should not have person id ${clusterIDToPersonID[clusterId]}",
|
||||
);
|
||||
}
|
||||
if (files.length < 3 && sortedClusterIds.length > 3) {
|
||||
if (files.length < 20 && sortedClusterIds.length > 3) {
|
||||
continue;
|
||||
}
|
||||
facesResult.add(
|
||||
|
|
Loading…
Add table
Reference in a new issue