Skip to content

Commit

Permalink
Fix yolov3-tiny mask
Browse files Browse the repository at this point in the history
  • Loading branch information
bgasiorzewski committed May 7, 2018
1 parent 6b8fd6f commit 7495688
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 7495688

Please sign in to comment.