In YOLOv3, how are predictions made at multiple scales?
-
A
By running the network three separate times at different input resolutions
-
B
By detecting at three different feature map scales using a FPN-like structure
-
C
By applying three different anchor aspect ratios at a single scale
-
D
By ensembling outputs from three separate YOLO models