xiuos/APP_Framework/Applications/knowing_app/face_detect/detect.json

36 lines
388 B
JSON

{
"net_input_size": [
240,
320
],
"net_output_shape": [
20,
15,
30
],
"sensor_output_size": [
240,
320
],
"anchors": [
1.889,
2.5245,
2.9465,
3.94056,
3.99987,
5.3658,
5.155437,
6.92275,
6.718375,
9.01025
],
"kmodel_path": "/kmodel/detect.kmodel",
"kmodel_size": 388776,
"obj_thresh": [
0.7
],
"labels": [
"face"
],
"nms_thresh": 0.3
}