4 Matching Annotations
  1. Nov 2018
    1. For example, if the stride of the network is 32, then an input image of size 416 x 416 will yield an output of size 13 x 13. Generally, stride of any layer in the network is equal to the factor by which the output of the layer is smaller than the input image to the network.

      416 / 32 = 13

  2. Oct 2018