头像视频合成支持动态模型

This commit is contained in:
spllzh
2025-10-09 08:38:17 +08:00
parent e5cba62007
commit 6dff49fcc1
30 changed files with 376 additions and 36 deletions

View File

@@ -94,6 +94,18 @@ public class FaceDetectLog implements Serializable {
@TableField("face_count")
private Integer faceCount;
/**
* 人脸区域坐标 [x1, y1, x2, y2]
*/
@TableField("face_bbox")
private String faceBbox;
/**
* 动态区域坐标 [x1, y1, x2, y2]
*/
@TableField("ext_bbox")
private String extBbox;
/**
* 完整响应数据
*/