feat(knowing app): update json config and upload model for 3 k210 apps

This commit is contained in:
yangtuo250 2021-08-13 14:38:06 +08:00
parent 4c1580fab2
commit 8593dedd37
5 changed files with 27 additions and 27 deletions

View File

@ -13,26 +13,26 @@
256 256
], ],
"anchors": [ "anchors": [
1.0432, 0.1384,
1.0920, 0.276,
0.8391, 0.308,
2.1250, 0.504,
1.1085, 0.5792,
2.7463, 0.8952,
1.3783, 1.072,
3.6706, 1.6184,
2.0491, 2.1128,
4.6711 3.184
], ],
"kmodel_path": "/kmodel/helmet.kmodel", "kmodel_path": "/kmodel/helmet.kmodel",
"kmodel_size": 2714044, "kmodel_size": 2714044,
"obj_thresh": [ "obj_thresh": [
0.85, 0.7,
0.6 0.9
], ],
"labels": [ "labels": [
"helmet", "head",
"head" "helmet"
], ],
"nms_thresh": 0.3 "nms_thresh": 0.45
} }

View File

@ -13,24 +13,24 @@
320 320
], ],
"anchors": [ "anchors": [
1.0432, 1.043,
1.0920, 1.092,
0.8391, 0.839,
2.1250, 2.1252,
1.1085, 1.109,
2.7463, 2.7461,
1.3783, 1.378,
3.6706, 3.6708,
2.0491, 2.049,
4.6711 4.6711
], ],
"kmodel_path": "/kmodel/human.kmodel", "kmodel_path": "/kmodel/human.kmodel",
"kmodel_size": 1903016, "kmodel_size": 2713236,
"obj_thresh": [ "obj_thresh": [
0.35 0.55
], ],
"labels": [ "labels": [
"human" "human"
], ],
"nms_thresh": 0.3 "nms_thresh": 0.35
} }