ming71 / SLA

[RS 2021] Official implementation of "Sparse Label Assignment for Oriented Object Detection inAerial Images"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SLA

Official implementation of our the paper:

Sparse Label Assignment for Oriented Object Detection in Aerial Images .

Usage

The code is very simple, just modify the parameters of the relevant shell files and then run it.

Installation

conda create -n sla python=3.6 -y
source activate sla
conda install pytorch=1.5 torchvision cudatoolkit=10.1 -c pytorch

pip install -r requirement.txt

sh compile.sh

Inference

sh demo.sh

Training

  1. Put the dataset to the data directory.
  2. Prepare dateset via:
sh prepare.sh
  1. Start training:
sh train.sh

Evaluation

Conduct evaluation via:

sh test.sh

Citation

If you find our work or code useful in your research, please consider citing:

@article{ming2021sparse,
  title={Sparse Label Assignment for Oriented Object Detection in Aerial Images},
  author={Ming, Qi and Miao, Lingjuan and Zhou, Zhiqiang and Song, Junjie and Yang, Xue},
  journal={Remote Sensing},
  volume={13},
  number={14},
  pages={2664},
  year={2021},
  publisher={Multidisciplinary Digital Publishing Institute}
}

About

[RS 2021] Official implementation of "Sparse Label Assignment for Oriented Object Detection inAerial Images"

License:MIT License


Languages

Language:Python 89.7%Language:Cuda 5.4%Language:C 2.2%Language:Cython 1.0%Language:Shell 0.8%Language:C++ 0.8%