Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 848 Bytes

README.md

File metadata and controls

23 lines (19 loc) · 848 Bytes

FCOS: Fully Convolutional One-Stage Object Detection

# Complete

  • baseline (P5)
  • with Group Normalization
  • ctr. on reg.
  • ctr. sampling
  • GIoU
  • Normalization

# Reference

# Papers

  • FCOS: Fully Convolutional One-Stage Object Detection [Paper]
  • Focal Loss for Dense Object Detection [Paper]
  • Feature Pyramid Networks for Object Detection [Paper]
  • Generalized Intersection over Union: A Metric and A Loss for Bounding Box Regression [Paper]
  • Group Normalization [Paper]

# Code