Closed VisionEp1 closed 6 years ago
@VisionEp1 Hi,
(Generally filters depends on the classes, coords and number of masks, i.e.
filters=(classes + coords + 1)*<number of mask>
, where mask is indices of anchors. If mask is absence, thenfilters=(classes + coords + 1)*num
)
Thanks. so would i change
[yolo]
mask = 3,4,5
anchors = 60.3971,60.2603, 120.2582,115.1511, 152.4153,212.0303, 245.7963,136.5225, 192.5882,333.4015, 289.9000,247.2551, 468.5411,191.2643, 208.4178,509.1076, 367.7727,373.1860, 545.8881,343.7682, 378.0593,544.8827, 556.4221,544.0161
classes=3
num=12
jitter=.3
ignore_thresh = .7
truth_thresh = 1
random=1
focal_loss =1
ps:
Thanks like always!
num=12
and distribute masks=
uniform across all yolo-layers, 4 in each of 3 yolo-layers in the yolov3.cfg
filter=(classes+5)*4
Just test it.
thanks!
Hi,
If so what else do i need to change ? (filters?)
Thanks in advance