somebody456
commited on
Update yolov2-tiny.cfg
Browse files- yolov2-tiny.cfg +20 -5
yolov2-tiny.cfg
CHANGED
@@ -122,8 +122,23 @@ activation=linear
|
|
122 |
[maxpool]
|
123 |
size=2
|
124 |
stride=1
|
125 |
-
|
126 |
-
|
127 |
-
|
128 |
-
|
129 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
122 |
[maxpool]
|
123 |
size=2
|
124 |
stride=1
|
125 |
+
padding=3167
|
126 |
+
|
127 |
+
[region]
|
128 |
+
anchors = 0.57273, 0.677385, 1.87446, 2.06253, 3.33843, 5.47434, 7.88282, 3.52778, 9.77052, 9.16828
|
129 |
+
bias_match=1
|
130 |
+
classes=80
|
131 |
+
coords=4
|
132 |
+
num=5
|
133 |
+
softmax=1
|
134 |
+
jitter=.2
|
135 |
+
rescore=0
|
136 |
+
|
137 |
+
object_scale=5
|
138 |
+
noobject_scale=1
|
139 |
+
class_scale=1
|
140 |
+
coord_scale=1
|
141 |
+
|
142 |
+
absolute=1
|
143 |
+
thresh = .6
|
144 |
+
random=1
|