You've already forked FrameTour-BE
修改
This commit is contained in:
@ -13,4 +13,5 @@ public class MatchLocalRecord {
|
||||
private Float confidence;
|
||||
private String idStr;
|
||||
private Date shotDate;
|
||||
private Boolean matched;
|
||||
}
|
||||
|
@ -5,6 +5,7 @@ import com.baomidou.mybatisplus.annotation.TableName;
|
||||
import com.fasterxml.jackson.annotation.JsonFormat;
|
||||
import lombok.Data;
|
||||
|
||||
import java.math.BigDecimal;
|
||||
import java.util.Date;
|
||||
|
||||
/**
|
||||
@ -60,4 +61,8 @@ public class ScenicConfigEntity {
|
||||
private Integer videoSourceStoreDay;
|
||||
private Integer imageSourceStoreDay;
|
||||
private Integer userSourceExpireDay;
|
||||
/**
|
||||
* 人脸识别阈值,是0~100的数值
|
||||
*/
|
||||
private Float faceScoreThreshold;
|
||||
}
|
||||
|
Reference in New Issue
Block a user