From 6e2208069cec227edd6c8f274e36f87190e6b166 Mon Sep 17 00:00:00 2001 From: panlei <2799247126@qq.com> Date: 星期四, 18 七月 2019 17:19:07 +0800 Subject: [PATCH] 去掉一部分规则过滤数据中的对于代码,人脸比对直接给阈值了,不需要再用阈值过滤一遍了 --- config/conf.yml | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/config/conf.yml b/config/conf.yml index ee01b34..28835fe 100644 --- a/config/conf.yml +++ b/config/conf.yml @@ -1,6 +1,6 @@ photoUrl: "http://192.168.1.203:6333/submit" -videopersons: "http://192.168.1.182:9200/videopersons/perVideoPicture" -personaction: "http://192.168.1.182:9200/personaction/perVideoAction" -serverip: "192.168.1.182" -serverport: "9200" -dbtablepersons: "dbtablepersons" \ No newline at end of file +videoPersons: "http://192.168.1.182:9200/videopersons/perVideoPicture" +personAction: "http://192.168.1.182:9200/personaction/perVideoAction" +serverIp: "192.168.1.182" +serverPort: "9200" +dbTablePersons: "dbtablepersons" \ No newline at end of file -- Gitblit v1.8.0