Skip to content

Latest commit

 

History

History
34 lines (28 loc) · 827 Bytes

README.md

File metadata and controls

34 lines (28 loc) · 827 Bytes

Preparing HRSID Dataset

@ARTICLE{HRSID_2020,
author={Wei, Shunjun and Zeng, Xiangfeng and Qu, Qizhe and Wang, Mou and Su, Hao and Shi, Jun},
journal={IEEE Access},
title={HRSID: A High-Resolution SAR Images Dataset for Ship Detection and Instance Segmentation},
year={2020},
volume={8},
pages={120234-120254},
}

Download HRSID dataset

The HRSID dataset can be downloaded from here:0518.

The data structure is as follows:

mmrotate
├── mmrotate
├── tools
├── configs
├── data
│   ├── hrsid
│   │   ├── trainsplit
│   │   ├── valsplit
│   │   ├── testsplit

Change base config

Please change data_root in configs/_base_/datasets/hrisd.py to data/hrsid/.