FCOS: Fully Convolutional One-Stage Object Detection

September 22, 2019 ยท View on GitHub

Introduction

@article{tian2019fcos,
  title={FCOS: Fully Convolutional One-Stage Object Detection},
  author={Tian, Zhi and Shen, Chunhua and Chen, Hao and He, Tong},
  journal={arXiv preprint arXiv:1904.01355},
  year={2019}
}

Results and Models

BackboneStyleGNMS trainLr schdMem (GB)Train time (s/iter)Inf time (fps)box APDownload
R-50caffeNN1x5.50.37313.735.7model
R-50caffeYN1x6.90.39613.636.7model
R-50caffeYN2x---36.9model
R-101caffeYN1x10.40.55811.639.1model
R-101caffeYN2x---39.1model
BackboneStyleGNMS trainLr schdMem (GB)Train time (s/iter)Inf time (fps)box APDownload
R-50caffeYY2x---38.7model
R-101caffeYY2x---40.8model
X-101caffeYY2x9.70.8927.042.8model

Notes:

  • To be consistent with the author's implementation, we use 4 GPUs with 4 images/GPU for R-50 and R-101 models, and 8 GPUs with 2 image/GPU for X-101 models.
  • The X-101 backbone is X-101-64x4d.