[mob][photos] Comment

This commit is contained in:
laurenspriem
2024-05-28 15:20:44 +05:30
parent 89a47026d9
commit 50968fd6a1

View File

@@ -503,6 +503,7 @@ class FaceClusteringService {
if (i % 250 == 0) {
log("[ClusterIsolate] ${DateTime.now()} Processed ${offset != null ? i + offset : i} faces");
}
// WARNING: The loop below is now O(n^2) so be very careful with anything you put in there!
for (int j = i - 1; j >= 0; j--) {
final double distance = 1 -
sortedFaceInfos[i]