Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -20,7 +20,8 @@ tags:
|
|
| 20 |
# SAR Ship Detection Dataset
|
| 21 |
|
| 22 |
A dataset of **Sentinel-1 GRD** SAR image chips with corresponding bounding-box
|
| 23 |
-
annotations for **ship detection**. This
|
|
|
|
| 24 |
metadata, and a ready-to-use PyTorch `Dataset` class (`ShipDataset`) for training object
|
| 25 |
detection models.
|
| 26 |
|
|
|
|
| 20 |
# SAR Ship Detection Dataset
|
| 21 |
|
| 22 |
A dataset of **Sentinel-1 GRD** SAR image chips with corresponding bounding-box
|
| 23 |
+
annotations for **ship detection**. This dataset accompanies our paper
|
| 24 |
+
[*OSSDD – a New Open Dataset for Sentinel-1 Ship Detection*](https://arxiv.org/abs/2608.01963), which describes the dataset creation and baseline detection results. This repository contains the imagery, annotation files,
|
| 25 |
metadata, and a ready-to-use PyTorch `Dataset` class (`ShipDataset`) for training object
|
| 26 |
detection models.
|
| 27 |
|