[mob] Fix bug
This commit is contained in:
@@ -290,7 +290,8 @@ Future<MLResult> analyzeImageStatic(Map args) async {
|
||||
if (resultFaces.isEmpty) {
|
||||
result.faces = <FaceResult>[];
|
||||
} else {
|
||||
result.faces = resultFaces;
|
||||
result.faces = resultFaces;
|
||||
}
|
||||
}
|
||||
|
||||
if (runClip) {
|
||||
|
||||
Reference in New Issue
Block a user