Skip to content

Commit

Permalink
what's everyone's favorite dubstep artists? i like skrillex and knife…
Browse files Browse the repository at this point in the history
… party
  • Loading branch information
pjreddie committed Mar 26, 2018
1 parent 5155509 commit 060faa2
Showing 1 changed file with 11 additions and 47 deletions.
58 changes: 11 additions & 47 deletions cfg/yolov3-voc.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -605,28 +605,16 @@ pad=1
filters=75
activation=linear


[region]
mask = 6,7,8
[yolo]
mask = 0,1,2

This comment has been minimized.

Copy link
@fabito

fabito Mar 26, 2018

@pjreddie ,

mask should have different indexes for each layer, right?

mask = 6, 7, 8
mask = 3, 4, 5
mask = 0, 1, 2

anchors = 10,13, 16,30, 33,23, 30,61, 62,45, 59,119, 116,90, 156,198, 373,326
bias_match=1
classes=20
coords=4
num=9
softmax=0
jitter=.3
rescore=0

object_scale=1
noobject_scale=1
class_scale=1
coord_scale=1

absolute=1
thresh = .5
ignore_thresh = .5
truth_thresh = 1
random=1


[route]
layers = -4

Expand Down Expand Up @@ -701,29 +689,16 @@ pad=1
filters=75
activation=linear


[region]
mask = 3,4,5
[yolo]
mask = 0,1,2
anchors = 10,13, 16,30, 33,23, 30,61, 62,45, 59,119, 116,90, 156,198, 373,326
bias_match=1
classes=20
coords=4
num=9
softmax=0
jitter=.3
rescore=0

object_scale=1
noobject_scale=1
class_scale=1
coord_scale=1

absolute=1
thresh = .5
ignore_thresh = .5
truth_thresh = 1
random=1



[route]
layers = -4

Expand Down Expand Up @@ -798,24 +773,13 @@ pad=1
filters=75
activation=linear


[region]
[yolo]
mask = 0,1,2
anchors = 10,13, 16,30, 33,23, 30,61, 62,45, 59,119, 116,90, 156,198, 373,326
bias_match=1
classes=20
coords=4
num=9
softmax=0
jitter=.3
rescore=0

object_scale=1
noobject_scale=1
class_scale=1
coord_scale=1

absolute=1
thresh = .5
ignore_thresh = .5
truth_thresh = 1
random=1

1 comment on commit 060faa2

@Serbipunk
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Mine is EH!DE, or maybe theFatRat.

Please sign in to comment.