[mob][photos] Fix bug
This commit is contained in:
parent
07458fb247
commit
6f6f976dec
1 changed files with 1 additions and 1 deletions
|
@ -472,7 +472,7 @@ class ClusterFeedbackService {
|
|||
.map((clusterID) => allClusterIdsToCountMap[clusterID] ?? 0)
|
||||
.reduce((value, element) => min(value, element));
|
||||
final checkSizes = [kMinimumClusterSizeSearchResult, 20, 10, 5, 1];
|
||||
late final Map<int, Vector> clusterAvgBigClusters;
|
||||
late Map<int, Vector> clusterAvgBigClusters;
|
||||
for (final minimumSize in checkSizes.toSet()) {
|
||||
if (smallestPersonClusterSize >= minimumSize) {
|
||||
clusterAvgBigClusters = await _getUpdateClusterAvg(
|
||||
|
|
Loading…
Reference in a new issue