mirror of
https://github.com/geekwenjie/SmartJavaAI.git
synced 2026-09-14 22:18:42 +00:00
1、seetaface6兼容linux系统
2、支持设置全局缓存路径 3、优化部分功能
This commit is contained in:
@@ -20,6 +20,11 @@ public class FaceConfig {
|
||||
*/
|
||||
public static final float NMS_THRESHOLD = 0.45F;
|
||||
|
||||
/**
|
||||
* 默认相似度阈值
|
||||
*/
|
||||
public static final float SEETAFACE_DEFAULT_SIMILARITY_THRESHOLD = 0.85F;
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user