Browse Source

优化识别

suntianwu 3 years ago
parent
commit
ab73b235df
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/java/com/iden/common/facetool/FaceIdenTool.java

+ 1 - 1
src/main/java/com/iden/common/facetool/FaceIdenTool.java

@@ -96,7 +96,7 @@ public class FaceIdenTool {
         }
         }
         FaceModel[] faceModels = null;
         FaceModel[] faceModels = null;
         if (CollUtil.isNotEmpty(faceImageList)){
         if (CollUtil.isNotEmpty(faceImageList)){
-            faceMonitor.extractFeature(faceImageList);
+            faceModels = faceMonitor.extractFeature(faceImageList);
         }
         }
 
 
         returnObjectToPool(myFaceMonitor);
         returnObjectToPool(myFaceMonitor);