[mob] update server on old FaceMlVersion
This commit is contained in:
parent
17fa64aa5e
commit
eaea4f81b7
1 changed files with 1 additions and 1 deletions
|
@ -458,7 +458,7 @@ class FaceMlService {
|
|||
final List<Face> faces = [];
|
||||
final remoteFileIdToVersion = <int, int>{};
|
||||
for (FileMl fileMl in res.mlData.values) {
|
||||
if (fileMl.faceEmbedding.version != faceMlVersion) continue;
|
||||
if (fileMl.faceEmbedding.version < faceMlVersion) continue;
|
||||
if (fileMl.faceEmbedding.faces.isEmpty) {
|
||||
faces.add(
|
||||
Face.empty(
|
||||
|
|
Loading…
Add table
Reference in a new issue