{
"concept": {
"model": {
"version": "3"
},
"threshold": {
"version": "3"
},
"synonym": {
"version": "4"
}
},
"face": {
"dnn": {
"version": 0,
"configs": [
{
"detection": {
"p_net": {
"model": "face/detection/dnn/PNet",
"threshold": 0.5
},
"r_net": {
"model": "face/detection/dnn/RNet",
"threshold": 1.1
},
"o_net": {
"model": "face/detection/dnn/ONet",
"threshold": 0.4
},
"bad_quality": {
"model": "face/detection/dnn/bad_face.pb",
"output": "face"
},
"bad_pose": {
"pose_threshold": 60,
"model": "face/detection/dnn/bad_pose.pb",
"output": "pose"
},
"min_size_ratio": 0.24,
"stride": 2,
"cell_size": 12
},
"age_classifier": {
"model": "face/age_classifier/dnn/age.pb",
"output": "age"
},
"feature_extraction": {
"model": "face/feature_extraction/dnn/face.pb",
"output": "feature",
"feature_size": 256
},
"clustering": {
"merge_cluster_threshold": 0.682,
"merge_group_threshold": 0.875,
"merge_single_threshold": 0.675,
"age_threshold": {
"_comment": "0~3, 4~6, 8~13, 15~23, 25~36, 38~46, 48~58, 60~100",
"value": [
0.74,
0.69,
0.61,
0.61,
0.61,
0.61,
0.59,
0.59
]
},
"default_age_threshold": 0.61,
"dbscan_eps": 0.3,
"dbscan_min_samples": 2
}
}
]
},
"ie": {
"version": 0,
"configs": [
{
"detection": {
"p_net": {
"model": "face/detection/openvino/PNet",
"threshold": 0.5
},
"r_net": {
"model": "face/detection/openvino/RNet",
"threshold": 1.1
},
"o_net": {
"model": "face/detection/openvino/ONet",
"threshold": 0.4
},
"min_size_ratio": 0.24,
"stride": 2,
"cell_size": 12
},
"feature_extraction": {
"model": "face/feature_extraction/openvino/mobile_face_net",
"output": "mydense/MatMul",
"feature_size": 256
},
"clustering": {
"merge_cluster_threshold": 0.57,
"merge_group_threshold": 0.85,
"merge_single_threshold": 0.56,
"age_threshold": {
"_comment": "0~3, 4~6, 8~13, 15~23, 25~36, 38~46, 48~58, 60~100",
"value": [
0.7,
0.65,
0.57,
0.57,
0.57,
0.57,
0.55,
0.55
]
},
"default_age_threshold": 0.55,
"dbscan_eps": 0.3,
"dbscan_min_samples": 2
}
}
]
},
"npu_rtd1619b": {
"version": 0,
"configs": [
{
"detection": {
"size": 512,
"size_threshold": 10,
"ref_face_landmark": [
[
38.2946,
51.6963
],
[
73.5318,
51.5014
],
[
56.0252,
71.7366
],
[
41.5493,
92.3655
],
[
70.7299,
92.2041
]
]
},
"feature_extraction": {
"feature_size": 128,
"feature_input_size": 112,
"threshold": 90000000,
"score_const": 100000
},
"clustering": {
"merge_cluster_threshold": 0.5,
"merge_group_threshold": 0.8,
"merge_single_threshold": 0.675,
"age_threshold": {
"_comment": "0~3, 4~6, 8~13, 15~23, 25~36, 38~46, 48~58, 60~100",
"value": [
0.74,
0.69,
0.61,
0.61,
0.61,
0.61,
0.59,
0.59
]
},
"default_age_threshold": 0.61,
"dbscan_eps": 0.3,
"dbscan_min_samples": 2
}
}
]
}
}
}