4 Matching Annotations
  1. Nov 2018
    1. three bounding boxes

      B = 3

    2. (B x (5 + C))

      I think there is an error, by looking at the original YOLO paper we have: S x S x ( B*5 + C )

    3. 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