xiuos/APP_Framework/Applications/knowing_app/helmet_detect/helmet.json

38 lines
395 B
JSON

{
"net_input_size": [
256,
256
],
"net_output_shape": [
8,
8,
35
],
"sensor_output_size": [
256,
256
],
"anchors": [
0.1384,
0.276,
0.308,
0.504,
0.5792,
0.8952,
1.072,
1.6184,
2.1128,
3.184
],
"kmodel_path": "/kmodel/helmet.kmodel",
"kmodel_size": 2714044,
"obj_thresh": [
0.7,
0.9
],
"labels": [
"head",
"helmet"
],
"nms_thresh": 0.45
}