mirror of
https://github.com/DrizzleTime/Foxel.git
synced 2026-05-14 20:08:38 +08:00
feat: 添加裁剪人脸图片功能,更新人脸管理服务以支持裁剪路径
This commit is contained in:
@@ -15,6 +15,8 @@ public class Face : BaseModel
|
||||
[Range(0.0, 1.0)]
|
||||
public double FaceConfidence { get; set; }
|
||||
|
||||
public string? CroppedImagePath { get; set; }
|
||||
|
||||
public int PictureId { get; set; }
|
||||
|
||||
[ForeignKey("PictureId")]
|
||||
|
||||
Reference in New Issue
Block a user