-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbest.json
62 lines (62 loc) · 1.37 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
62
{
"model": {
"xml": "best.xml",
"bin": "best.bin"
},
"nn_config": {
"output_format": "detection",
"NN_family": "YOLO",
"input_size": "416x416",
"NN_specific_metadata": {
"classes": 3,
"coordinates": 4,
"anchors": [
5.91015625,
13.765625,
27.109375,
33.40625,
126.625,
12.7265625,
52.0,
109.9375,
83.0625,
83.875,
246.875,
47.09375,
233.625,
83.75,
348.0,
82.5625,
351.5,
113.8125
],
"anchor_masks": {
"side52": [
0,
1,
2
],
"side26": [
3,
4,
5
],
"side13": [
6,
7,
8
]
},
"iou_threshold": 0.5,
"confidence_threshold": 0.5
}
},
"mappings": {
"labels": [
"CrossWalk",
"G_Signal",
"R_Signal"
]
},
"version": 1
}