Skip to content

Commit 891599b

Browse files
Update yolov3.cfg
1 parent 66d6a4f commit 891599b

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

yolov3.cfg

+8-7
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[net]
22
# Testing
3-
batch=1
4-
subdivisions=1
3+
# batch=1
4+
# subdivisions=1
55
# Training
6-
# batch=64
7-
# subdivisions=16
8-
width=416
9-
height=416
6+
batch=64
7+
subdivisions=16
8+
width=608
9+
height=608
1010
channels=3
1111
momentum=0.9
1212
decay=0.0005
@@ -785,4 +785,5 @@ num=9
785785
jitter=.3
786786
ignore_thresh = .7
787787
truth_thresh = 1
788-
random=1
788+
random=1
789+

0 commit comments

Comments
 (0)