Home

Awesome

MMCV-DCFL

This is the official code for the mmcv-dcfl, which contains necessary components for the paper ''Dynamic Coarse-to-Fine Learning for Oriented Tiny Object Detection''.

Installation

git clone https://github.com/Chasel-Tsui/MMCV-DCFL.git
cd MMCV-DCFL
MMCV_WITH_OPS=1 pip install -e .  # package mmcv-full==1.6.1 will be installed after this step
cd ../

Alternative Ways of Installation

If the above steps cannot help you install the mmcv-full of a required version, you can try the following steps.

Citation

If you find this work helpful, please consider citing:

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