What is: FCOS?
Source | FCOS: Fully Convolutional One-Stage Object Detection |
Year | 2000 |
Data Source | CC BY-SA - https://paperswithcode.com |
FCOS is an anchor-box free, proposal free, single-stage object detection model. By eliminating the predefined set of anchor boxes, FCOS avoids computation related to anchor boxes such as calculating overlapping during training. It also avoids all hyper-parameters related to anchor boxes, which are often very sensitive to the final detection performance.