Understanding weird YOLO convolutional layer output size
问题 I am trying to understand how Darknet works, and I was looking at the yolov3-tiny configuration file, specifically the layer number 13 (line 107). [convolutional] batch_normalize=1 filters=256 size=1 stride=1 pad=1 activation=leaky The size of the kernel is 1x1, the stride is 1 and the padding is 1 too. When I load the network using darknet, it indicates that the output width and height are the same as the input: 13 conv 256 1 x 1/ 1 13 x 13 x1024 -> 13 x 13 x 256 However, shouldn't the width