-
Notifications
You must be signed in to change notification settings - Fork 0
/
best.json
61 lines (61 loc) · 1.3 KB
/
best.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"model": {
"xml": "best.xml",
"bin": "best.bin"
},
"nn_config": {
"output_format": "detection",
"NN_family": "YOLO",
"input_size": "416x416",
"NN_specific_metadata": {
"classes": 2,
"coordinates": 4,
"anchors": [
10.0,
13.0,
16.0,
30.0,
33.0,
23.0,
30.0,
61.0,
62.0,
45.0,
59.0,
119.0,
116.0,
90.0,
156.0,
198.0,
373.0,
326.0
],
"anchor_masks": {
"side52": [
0,
1,
2
],
"side26": [
3,
4,
5
],
"side13": [
6,
7,
8
]
},
"iou_threshold": 0.5,
"confidence_threshold": 0.5
}
},
"mappings": {
"labels": [
"red goal",
"blue goal"
]
},
"version": 1
}