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
],
"anchors": [
1.0432,
1.0920,
0.8391,
2.1250,
1.1085,
2.7463,
1.3783,
3.6706,
2.0491,
4.6711
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.85,
0.6
0.7,
0.9
],
"labels": [
"helmet",
"head"
"head",
"helmet"
],
"nms_thresh": 0.3
"nms_thresh": 0.45
}

View File

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