Object Detection Models

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.

Source: FCOS: Fully Convolutional One-Stage Object Detection

Papers


Paper Code Results Date Stars

Tasks


Task Papers Share
Object Detection 58 30.05%
Object 32 16.58%
Semantic Segmentation 13 6.74%
Instance Segmentation 12 6.22%
Pedestrian Detection 8 4.15%
Pseudo Label 4 2.07%
Autonomous Driving 4 2.07%
Domain Adaptation 3 1.55%
Pose Estimation 3 1.55%

Categories