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

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

@@ -157,6 +157,18 @@ public class VideoSynthesisLog {
@TableField("video_temp_url")
private String videoTempUrl;
/**
* 人脸区域坐标 [x1, y1, x2, y2]
*/
@TableField("face_bbox")
private String faceBbox;
/**
* 动态区域坐标 [x1, y1, x2, y2]
*/
@TableField("ext_bbox")
private String extBbox;
/**
* 视频时长(秒)
*/