You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This codebase is created to build benchmarks for object detection on DIOR.
It is modified from mmdetection.
The master branch works with PyTorch 1.3 to 1.6.
The old v1.x branch works with PyTorch 1.1 to 1.4, but v2.0 is strongly recommended for faster speed, higher performance, better design and more friendly usage.
Major features
we do have no extra data augmentation tricks,this repo follows the original features in mmdetection.
v2.7.0 was released in 30/11/2020.
Please refer to changelog.md for details and release history.
A comparison between v1.x and v2.0 codebases can be found in compatibility.md.
Please refer to FAQ for frequently asked questions.
Citing
If you use [DIOR] dataset, codebase or models in your research, please consider cite .
@article{li2020object,
title={Object detection in optical remote sensing images: A survey and a new benchmark},
author={Li, Ke and Wan, Gang and Cheng, Gong and Meng, Liqiu and Han, Junwei},
journal={ISPRS Journal of Photogrammetry and Remote Sensing},
volume={159},
pages={296--307},
year={2020},
publisher={Elsevier}
}