What is: Exact Fusion Model?
Source | CSPNet: A New Backbone that can Enhance Learning Capability of CNN |
Year | 2000 |
Data Source | CC BY-SA - https://paperswithcode.com |
Exact Fusion Model (EFM) is a method for aggregating a feature pyramid. The EFM is based on YOLOv3, which assigns exactly one bounding-box prior to each ground truth object. Each ground truth bounding box corresponds to one anchor box that surpasses the threshold IoU. If the size of an anchor box is equivalent to the field-of-view of the grid cell, then for the grid cells of the -th scale, the corresponding bounding box will be lower bounded by the th scale and upper bounded by the (s + 1)th scale. Therefore, the EFM assembles features from the three scales.