Source paper address https://arxiv.org/abs/2008.08115
Source code address https://dbolya.github.io/tide/
This code is modyfied by tide, which extends to the rotation object detection.
Install some common dependency libraries, such as cv2
sudo apt-get install swig
cd DOTA_devkit
swig -c++ -python polyiou.i
python setup.py build_ext --inplace
this is for 2D object detection of COCO dataset
1.python main.py
this is for 2D rotation object detection of DOTA dataset 2.python main_rotate.py