Randl / DetectoRS

DetectoRS: Detecting Objects with Recursive Feature Pyramid and Switchable Atrous Convolution

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DetectoRS

Introduction

This repo holds the code for DetectoRS: Detecting Objects with Recursive Feature Pyramid and Switchable Atrous Convolution. The project is based on mmdetection codebase. Please refer to mmdetection readme for installation and running scripts. The code is tested with PyTorch 1.4.0. It may not run with other versions. See conda_env.md for the versions of all the packages.

Main Results on COCO test-dev

Method Backbone Config Model Box AP Mask AP
DetectoRS ResNet-50 File Link Download 51.3 44.4
DetectoRS ResNeXt-101-32x4d File Link Download 53.3 45.8

Citing DetectoRS

If you think DetectoRS is useful in your project, please consider citing us.

@article{detectors,
  title={DetectoRS: Detecting Objects with Recursive Feature Pyramid and Switchable Atrous Convolution},
  author={Qiao, Siyuan and Chen, Liang-Chieh and Yuille, Alan},
  journal={arXiv preprint arXiv:2006.02334},
  year={2020}
}

About

DetectoRS: Detecting Objects with Recursive Feature Pyramid and Switchable Atrous Convolution

License:Apache License 2.0


Languages

Language:Python 86.5%Language:Cuda 7.9%Language:C++ 5.5%Language:Shell 0.1%Language:Dockerfile 0.0%