mirror of
https://github.com/ente-io/ente.git
synced 2025-07-22 12:02:38 +00:00
[mob] Make clustering in buckets the default
This commit is contained in:
parent
5a5cdc8b6b
commit
c67a1fa52a
@ -362,7 +362,7 @@ class FaceMlService {
|
||||
|
||||
Future<void> clusterAllImages({
|
||||
double minFaceScore = kMinHighQualityFaceScore,
|
||||
bool clusterInBuckets = false,
|
||||
bool clusterInBuckets = true,
|
||||
}) async {
|
||||
_logger.info("`clusterAllImages()` called");
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user