Commit 97494f0c by 朱海

[chg]修改比对只返回一个结果

1 parent 1688d747
......@@ -24,9 +24,9 @@ public class Constant {
public final static String CLASS_CAST_EXCEPTION = "class_cast_exception";
/** 人脸匹配结果的数量 */
public final static int FACE_MATCH_RESULT_SIZE = 5;
public final static int FACE_MATCH_RESULT_SIZE = 1;
/** 人体匹配结果的数量 */
public final static int BODY_MATCH_RESULT_SIZE = 10;
public final static int BODY_MATCH_RESULT_SIZE = 1;
public final static ThreadLocal<SimpleDateFormat> DATE_FORMAT = ThreadLocal.withInitial(() -> new SimpleDateFormat("yyyy-MM-dd HH:mm:ss"));
}
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!