Skip to content

czy341181/AerialDet_error_analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

2D Rotation Detection TIDE

Source paper address https://arxiv.org/abs/2008.08115
Source code address https://dbolya.github.io/tide/

Introduction

This code is modyfied by tide, which extends to the rotation object detection.

Installation

Install some common dependency libraries, such as cv2

Install DOTA_devkit

sudo apt-get install swig  
cd DOTA_devkit  
swig -c++ -python polyiou.i  
python setup.py build_ext --inplace

Usage

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

visual

vis

detected_results

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published