wangxu16 4 anni fa
parent
commit
e9e8b5d94e

+ 4 - 18
monitor-manage-service/src/main/java/com/ai/bss/monitorManage/constant/MonitorManageConsts.java

@ -15,22 +15,6 @@ public class MonitorManageConsts {
15 15
    public static String IdenResultType = "";
16 16
17 17
//    aiIdenModel   AI匹配模型
18
    //人脸识别
19
    public static String AI_MODEL_IDENTIFY_FACE =  "IDENTIFY_FACE" ;
20
    //多人体识别
21
    public static String AI_MODEL_IDENTIFY_MULTIPLE_HUMAN  = "IDENTIFY_MULTIPLE_HUMAN" ;
22
    //工作服识别
23
    public static String AI_MODEL_IDENTIFY_DRESS = "IDENTIFY_DRESS";
24
    //安全帽识别
25
    public static String AI_MODEL_IDENTIFY_HELMET = "IDENTIFY_HELMET";
26
27
    //吸烟识别
28
    public static String AI_MODEL_IDENTIFY_SMOKING = "IDENTIFY_SMOKING";
29
    // 仪表识别
30
    public static String AI_MODEL_IDENTIFY_INSTRUMENT = "IDENTIFY_INSTRUMENT";
31
32
33
34 18
    //安全帽识别
35 19
    public static String AI_MODEL_SAFETY_HELMET = "SAFETY_HELMET";
36 20
    //人脸识别
@ -54,6 +38,9 @@ public class MonitorManageConsts {
54 38
    //AI识别结果:考勤
55 39
    public static final String AI_IDENTIFY_RESULT_ATTENDANCE= "ATT";
56 40
41
    //AI识别结果:仪表
42
    public static final String AI_IDENTIFY_RESULT_INSTRUMENT= "INS";
43
57 44
    public static final String alarmEmployeeRoleId= "201613310867";
58 45
59 46
    public static String getSystemSeparator(){
@ -74,7 +61,6 @@ public class MonitorManageConsts {
74 61
75 62
76 63
77
    public static void main(String[] args){
78
        System.out.println(File.separator);
64
    public static void main(String[] args){System.out.println(File.separator);
79 65
    }
80 66
}

+ 3 - 0
security-protection-service/src/main/java/com/ai/bss/security/protection/utils/EbcConstant.java

@ -74,6 +74,9 @@ public class EbcConstant {
74 74
75 75
	//AI识别结果:考勤
76 76
	public static final String AI_IDENTIFY_RESULT_ATTENDANCE= "ATT";
77
78
	//AI识别结果:仪表
79
	public static final String AI_IDENTIFY_RESULT_INSTRUMENT= "INS";
77 80
	
78 81
	//AI匹配模型:人脸识别
79 82
	public static final String AI_MODEL_FACE="FACE";