Datasets:
File size: 2,354 Bytes
88bf9cb 2fabbe3 88bf9cb 896466e 88bf9cb d6cdf82 88bf9cb 2fabbe3 88bf9cb 2fabbe3 88bf9cb 2fabbe3 88bf9cb 2fabbe3 88bf9cb 2fabbe3 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 |
---
annotations_creators: []
language: en
size_categories:
- 1K<n<10K
task_categories: []
task_ids: []
pretty_name: OpenSARWake
tags:
- fiftyone
- image
dataset_summary: '
This is a [FiftyOne](https://github.com/voxel51/fiftyone) dataset with 2383 samples.
## Installation
If you haven''t already, install FiftyOne:
```bash
pip install -U fiftyone
```
## Usage
```python
import fiftyone as fo
from fiftyone.utils.huggingface import load_from_hub
# Load the dataset
# Note: other available arguments include ''max_samples'', etc
dataset = load_from_hub("dgural/OpenSARWake")
# Launch the App
session = fo.launch_app(dataset)
```
'
---
# Dataset Card for OpenSARWake
OpenSARWake is a benchmark dataset built for ship wake detection. This collection provides 3,973 images containing two polarization modes and 4,096 instances. Most importantly, it encompasses SAR images in the L-, C-, and X-bands, which have not been provided by previous datasets. The images in the dataset have spatial resolutions of 1.25 m to 12.5 m. The image size is 1024× 1024 pixels.

This is a [FiftyOne](https://github.com/voxel51/fiftyone) dataset with 2383 samples.
## Installation
If you haven't already, install FiftyOne:
```bash
pip install -U fiftyone
```
## Usage
```python
import fiftyone as fo
from fiftyone.utils.huggingface import load_from_hub
# Load the dataset
# Note: other available arguments include 'max_samples', etc
dataset = load_from_hub("dgural/OpenSARWake")
# Launch the App
session = fo.launch_app(dataset)
```
## Dataset Details
### Dataset Sources
- **Repository:** https://github.com/libzzluo/OpenSARWake?tab=readme-ov-file
## Dataset Structure
The dataset includes `ground_truth` field as well as clip embeddings for visualization
### Source Data
[Google Drive Link](https://drive.google.com/file/d/14VkPYnb1BsmOvw_JTwtVFM-_qVpc4Udu/view?usp=sharing)
#### Who are the source data producers?
Xu, Chengji and Wang, Xiaoqing
## Citation [optional]
@ARTICLE{10507047,
author={Xu, Chengji and Wang, Xiaoqing},
journal={IEEE Geoscience and Remote Sensing Letters},
title={OpenSARWake: A Large-Scale SAR Dataset for Ship Wake Recognition with a Feature Refinement Oriented Detector},
year={2024},
doi={10.1109/LGRS.2024.3392681}}
|