AlexeyAB / darknet

YOLOv4 / Scaled-YOLOv4 / YOLO - Neural Networks for Object Detection (Windows and Linux version of Darknet )
http://pjreddie.com/darknet/
Other
21.75k stars 7.96k forks source link

yolo3-spp maxpool filters #1343

Open phqmourao opened 6 years ago

phqmourao commented 6 years ago

Hi,

I would like to train yolo3-spp with other resolutions, like 416 and 832 (Default = 608). In this case, would it be necessary to change the size of the maxpool filters (Default = 5, 9 and 13)?

Thanks!

AlexeyAB commented 6 years ago

Hi,

No, you should not change anything. Just set width=832 height=832 in the cfg-file https://github.com/AlexeyAB/darknet/blob/master/cfg/yolov3-spp.cfg