mirror of
https://github.com/pjreddie/darknet.git
synced 2023-08-10 21:13:14 +03:00
Merge pull request #766 from HotChick91/AlexeyAB-mask
Fix yolov3-tiny mask
This commit is contained in:
@ -172,7 +172,7 @@ filters=255
|
|||||||
activation=linear
|
activation=linear
|
||||||
|
|
||||||
[yolo]
|
[yolo]
|
||||||
mask = 1,2,3
|
mask = 0,1,2
|
||||||
anchors = 10,14, 23,27, 37,58, 81,82, 135,169, 344,319
|
anchors = 10,14, 23,27, 37,58, 81,82, 135,169, 344,319
|
||||||
classes=80
|
classes=80
|
||||||
num=6
|
num=6
|
||||||
|
Reference in New Issue
Block a user