A pytorch implement of the paper Learning Oriented Object Detection via Naive Geometric Computing. This codebase is created for oriented object detection in remote sensing.
It is modified from AerialDetection. The master branch works with PyTorch 1.1 or higher. If you would like to use PyTorch 0.4.1, please checkout to the pytorch-0.4.1 branch.
Please refer to INSTALL.md for installation.
Please see GETTING_STARTED.md for the basic usage of mmdetection.