From dfcb09f2a6bd63fa7072d702038110c8115a6ee5 Mon Sep 17 00:00:00 2001 From: panlei <2799247126@qq.com> Date: 星期三, 07 八月 2019 13:39:25 +0800 Subject: [PATCH] 滤掉无关的人脸 --- main.go | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/main.go b/main.go index 48edb76..995ff63 100644 --- a/main.go +++ b/main.go @@ -79,7 +79,7 @@ // 灏嗘墦瀹屾爣绛剧殑鏁版嵁鎻掑叆鍒癊S insertdata.InsertToEs(resultMsg) //浜嬩欢鎺ㄩ�� - labelFilter.Judge(resultMsg) + go labelFilter.Judge(resultMsg) } } } -- Gitblit v1.8.0