Home

Awesome

mmrotate-dcfl

Official implementation for the CVPR23 paper: Dynamic Coarse-to-Fine Learning for Oriented Tiny Object Detection. arxiv

Introduction

DCFL is a learning framework for detecting oriented tiny objects.

demo image

Installation and Get Started

Required environments:

Install: Note that this repository is based on the MMRotate. Assume that your environment has satisfied the above requirements, please follow the following steps for installation.

git clone https://github.com/Chasel-Tsui/mmrotate-dcfl.git
cd mmrotate-dcfl
pip install -r requirements/build.txt
python setup.py develop

Main Results

DOTA-v2.0

MethodBackboneAP50Anglelr schdAugBatch SizeConfigsSpeed
RetinaNet-OResNet50 (1024,1024,200)46.68le1351xFlipping2retinanet_obb_r50_dota220.8 FPS
R3Det w/ KLDResNet50 (1024,1024,200)47.26le1351xFlipping2r3det_le135_r50_dota216.2 FPS
ATSS-OResNet50 (1024,1024,200)49.57le1351xFlipping2atss_le135_r50_dota2-
S2A-NetResNet50 (1024,1024,200)49.86le1351xFlipping2s2a_le135_r50_dota218.9 FPS
DCFLResNet50 (1024,1024,200)51.57le1351xFlipping2dcfl_r50_dota220.9 FPS
DCFLResNet101 (1024,1024,200)52.54le1351xFlipping2dcfl_r101_dota2-

Visualization

Predictions of the RetinaNet-O are shown in the first row, predictions of the DCFL are shown in the second row. Note that the green box denotes the True Positive, the red box denotes the False Negative and the blue box denotes the False Positive predictions. demo_images

Citation

If you find this work helpful, please consider citing:

@InProceedings{Xu_2023_CVPR,
    author    = {Xu, Chang and Ding, Jian and Wang, Jinwang and Yang, Wen and Yu, Huai and Yu, Lei and Xia, Gui-Song},
    title     = {Dynamic Coarse-To-Fine Learning for Oriented Tiny Object Detection},
    booktitle = {Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)},
    month     = {June},
    year      = {2023},
    pages     = {7318-7328}
}