4 Matching Annotations
- Nov 2018
-
blog.paperspace.com blog.paperspace.com
-
three bounding boxes
B = 3
-
(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 )
-
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
-
- Oct 2018
-
towardsdatascience.com towardsdatascience.com
-
R-CNN, Fast R-CNN, Faster R-CNN, YOLO — Object Detection Algorithms
-