Open phqmourao opened 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!
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
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!