头像视频合成支持动态模型
This commit is contained in:
@@ -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;
|
||||
|
||||
/**
|
||||
* 视频时长(秒)
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user