-
Notifications
You must be signed in to change notification settings - Fork 1
/
coneslayer.json
60 lines (60 loc) · 1.34 KB
/
coneslayer.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
{
"model": {
"xml": "coneslayer.xml",
"bin": "coneslayer.bin"
},
"nn_config": {
"output_format": "detection",
"NN_family": "YOLO",
"input_size": "416x416",
"NN_specific_metadata": {
"classes": 1,
"coordinates": 4,
"anchors": [
2.896484375,
5.90234375,
4.6875,
9.09375,
7.75390625,
14.59375,
12.8359375,
22.84375,
28.59375,
48.25,
53.875,
109.6875,
109.5625,
155.375,
142.25,
243.75,
209.375,
383.0
],
"anchor_masks": {
"side52": [
0,
1,
2
],
"side26": [
3,
4,
5
],
"side13": [
6,
7,
8
]
},
"iou_threshold": 0.5,
"confidence_threshold": 0.54
}
},
"mappings": {
"labels": [
"cone"
]
},
"version": 1
}