[mob] constant increments in bucket clustering
This commit is contained in:
parent
f5ea834fad
commit
7f66bd2ed0
1 changed files with 1 additions and 5 deletions
|
@ -419,11 +419,7 @@ class FaceMlService {
|
|||
|
||||
await FaceMLDataDB.instance
|
||||
.updatePersonIDForFaceIDIFNotSet(faceIdToCluster);
|
||||
if (offset == 0) {
|
||||
offset += offsetIncrement;
|
||||
} else {
|
||||
offset += bucketSize;
|
||||
}
|
||||
offset += offsetIncrement;
|
||||
}
|
||||
} else {
|
||||
// Read all the embeddings from the database, in a map from faceID to embedding
|
||||
|
|
Loading…
Add table
Reference in a new issue