[mob][photos] Inline
This commit is contained in:
parent
d7e7aaa26f
commit
a8da045a32
1 changed files with 0 additions and 3 deletions
|
@ -734,10 +734,7 @@ class FaceMLDataDB {
|
|||
}
|
||||
|
||||
Future<double> getClusteredToTotalFacesRatio() async {
|
||||
final db = await instance.asyncDB;
|
||||
|
||||
final int totalFaces = await getTotalFaceCount();
|
||||
|
||||
final int clusteredFaces = await getClusteredFaceCount();
|
||||
|
||||
return clusteredFaces / totalFaces;
|
||||
|
|
Loading…
Reference in a new issue