Skip to content

Commit

Permalink
Merge pull request #766 from HotChick91/AlexeyAB-mask
Browse files Browse the repository at this point in the history
Fix yolov3-tiny mask
  • Loading branch information
AlexeyAB committed Aug 15, 2018
2 parents f007f7b + 7495688 commit a723e1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cfg/yolov3-tiny.cfg
Expand Up @@ -172,7 +172,7 @@ filters=255
activation=linear

[yolo]
mask = 1,2,3
mask = 0,1,2
anchors = 10,14, 23,27, 37,58, 81,82, 135,169, 344,319
classes=80
num=6
Expand Down

0 comments on commit a723e1c

Please sign in to comment.