Skip to content

The code for “Oriented RepPoints for Aerial Object Detection (CVPR 2022)”

Notifications You must be signed in to change notification settings

abjt11/OrientedRepPoints

 
 

Repository files navigation

Oriented RepPoints for Aerial Object Detection

Installation

Either refer to install.md for installation and dataset preparation or build a conda environment from orp_env.yml

Getting Started

Please see getting_started.md for the basic usage.

Results and Models

The results on DOTA test set are shown in the table below. More detailed results please see the paper.

Model Backbone data aug(HSV+Rotation) mAP model log
OrientedReppoints R-50 75.97 model log
OrientedReppoints R-101 76.52 model log
OrientedReppoints Swin-Tiny 78.11 model log

Few Shot Learning with OrientedRepPoints on Omniglot Data

  1. Place the data folder according to the notebook data folder setting or configure the data path
  2. Run the jupyter notebook FSL_OrientedRepPoints_Omniglot.ipynb

Few Shot Learning with OrientedRepPoints on our Custom Energy Infrastructure Data

  1. Place the data folder according to the notebook data folder setting or configure the data path
  2. Run the jupyter notebook FSL_OrientedRepPoints_Custom.ipynb

Acknowledgements

Here are some great resources we benefit. We would espeicially thank the authors of:

MMdetection

RepPoints

AerialDetection

BeyondBoundingBox

About

The code for “Oriented RepPoints for Aerial Object Detection (CVPR 2022)”

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 40.1%
  • Jupyter Notebook 37.8%
  • C++ 13.2%
  • Cuda 8.9%
  • Shell 0.0%
  • Cython 0.0%