Upload config.json with huggingface_hub
Browse files- config.json +50 -1
config.json
CHANGED
@@ -1 +1,50 @@
|
|
1 |
-
{
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"name": "mobilenet0.25",
|
3 |
+
"min_sizes": [
|
4 |
+
[
|
5 |
+
16,
|
6 |
+
32
|
7 |
+
],
|
8 |
+
[
|
9 |
+
64,
|
10 |
+
128
|
11 |
+
],
|
12 |
+
[
|
13 |
+
256,
|
14 |
+
512
|
15 |
+
]
|
16 |
+
],
|
17 |
+
"steps": [
|
18 |
+
8,
|
19 |
+
16,
|
20 |
+
32
|
21 |
+
],
|
22 |
+
"variance": [
|
23 |
+
0.1,
|
24 |
+
0.2
|
25 |
+
],
|
26 |
+
"clip": false,
|
27 |
+
"loc_weight": 2.0,
|
28 |
+
"gpu_train": true,
|
29 |
+
"batch_size": 32,
|
30 |
+
"ngpu": 1,
|
31 |
+
"epoch": 250,
|
32 |
+
"decay1": 190,
|
33 |
+
"decay2": 220,
|
34 |
+
"image_size": 640,
|
35 |
+
"pretrain": false,
|
36 |
+
"return_layers": {
|
37 |
+
"stage1": 1,
|
38 |
+
"stage2": 2,
|
39 |
+
"stage3": 3
|
40 |
+
},
|
41 |
+
"in_channel": 32,
|
42 |
+
"out_channel": 64,
|
43 |
+
"resize": 1,
|
44 |
+
"detection_threshold": 0.5,
|
45 |
+
"nms_threshold": 0.1,
|
46 |
+
"top_k": 5000,
|
47 |
+
"keep_top_k": 750,
|
48 |
+
"confidence_threshold": 0.02,
|
49 |
+
"pretrained": "local"
|
50 |
+
}
|