mirror of
https://github.com/geekwenjie/SmartJavaAI.git
synced 2026-09-17 23:52:45 +00:00
1、OCR:新增表格识别模型
2、OCR:新增9个通用模型 3、OCR:支持批量检测识别 4、OCR:新增更多参数,使用更加灵活 5、人脸识别:支持ID查询及分页获取人脸信息 6、活体检测:视频检测支持设置最大帧数
This commit is contained in:
@@ -24,4 +24,9 @@ public class LivenessConstant {
|
||||
* 视频默认检测帧数
|
||||
*/
|
||||
public static final int DEFAULT_FRAME_COUNT = 10;
|
||||
|
||||
/**
|
||||
* 视频默认最大检测帧数
|
||||
*/
|
||||
public static final int DEFAULT_MAX_VIDEO_DETECT_FRAMES = Integer.MAX_VALUE;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user