sylviaHoch commited on
Commit
46cee3d
·
verified ·
1 Parent(s): 42864ef

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
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 repository contains the imagery, annotation files,
 
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