mirror of
https://github.com/geekwenjie/SmartJavaAI.git
synced 2026-09-15 22:57:26 +00:00
1、新增图片与视频活体检测
2、新增人脸属性识别(性别、年龄、口罩、姿态、眼睛状态) 3、优化检测返回与包结构 4、新增 dependencyManagement 统一依赖版本管理
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
package cn.smartjavaai.face.context;
|
||||
|
||||
import com.seeta.sdk.*;
|
||||
|
||||
/**
|
||||
* @author dwj
|
||||
* @date 2025/5/8
|
||||
*/
|
||||
public class PredictorContext {
|
||||
|
||||
public GenderPredictor genderPredictor;
|
||||
public AgePredictor agePredictor;
|
||||
public EyeStateDetector eyeStateDetector;
|
||||
public MaskDetector maskDetector;
|
||||
public PoseEstimator poseEstimator;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user