Datasets:
Add dataset card
Browse files
README.md
CHANGED
|
@@ -1,46 +1,19 @@
|
|
| 1 |
---
|
| 2 |
license: cc-by-4.0
|
| 3 |
task_categories:
|
| 4 |
-
- image-segmentation
|
| 5 |
language:
|
| 6 |
-
- en
|
| 7 |
tags:
|
| 8 |
-
- medical
|
| 9 |
-
- polyp
|
| 10 |
-
- colonoscopy
|
| 11 |
-
- segmentation
|
| 12 |
-
- kvasir
|
| 13 |
-
- augmented
|
| 14 |
pretty_name: Kvasir-SEG Augmented
|
| 15 |
size_categories:
|
| 16 |
-
- 1K<n<10K
|
| 17 |
-
configs:
|
| 18 |
-
- config_name: default
|
| 19 |
-
data_files:
|
| 20 |
-
- split: train
|
| 21 |
-
path: data/train-*
|
| 22 |
-
- split: validation
|
| 23 |
-
path: data/validation-*
|
| 24 |
-
- split: test
|
| 25 |
-
path: data/test-*
|
| 26 |
-
dataset_info:
|
| 27 |
-
features:
|
| 28 |
-
- name: image
|
| 29 |
-
dtype: image
|
| 30 |
-
- name: mask
|
| 31 |
-
dtype: image
|
| 32 |
-
splits:
|
| 33 |
-
- name: train
|
| 34 |
-
num_bytes: 417538224
|
| 35 |
-
num_examples: 4800
|
| 36 |
-
- name: validation
|
| 37 |
-
num_bytes: 31760457
|
| 38 |
-
num_examples: 100
|
| 39 |
-
- name: test
|
| 40 |
-
num_bytes: 32934352
|
| 41 |
-
num_examples: 100
|
| 42 |
-
download_size: 482347282
|
| 43 |
-
dataset_size: 482233033
|
| 44 |
---
|
| 45 |
|
| 46 |
# Kvasir-SEG Augmented
|
|
@@ -57,15 +30,16 @@ fixed validation and test partitions for reproducible benchmarking.
|
|
| 57 |
|
| 58 |
### Splits & Sizes
|
| 59 |
|
| 60 |
-
| Split
|
| 61 |
-
|------------|-------:|-------|
|
| 62 |
-
| `train`
|
| 63 |
-
| `validation`|
|
| 64 |
-
| `test`
|
| 65 |
|
| 66 |
### Augmentation Strategy (training split only)
|
| 67 |
|
| 68 |
-
|
|
|
|
| 69 |
|
| 70 |
- Random horizontal flip (p = 0.5)
|
| 71 |
- Random vertical flip (p = 0.5)
|
|
|
|
| 1 |
---
|
| 2 |
license: cc-by-4.0
|
| 3 |
task_categories:
|
| 4 |
+
- image-segmentation
|
| 5 |
language:
|
| 6 |
+
- en
|
| 7 |
tags:
|
| 8 |
+
- medical
|
| 9 |
+
- polyp
|
| 10 |
+
- colonoscopy
|
| 11 |
+
- segmentation
|
| 12 |
+
- kvasir
|
| 13 |
+
- augmented
|
| 14 |
pretty_name: Kvasir-SEG Augmented
|
| 15 |
size_categories:
|
| 16 |
+
- 1K<n<10K
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 17 |
---
|
| 18 |
|
| 19 |
# Kvasir-SEG Augmented
|
|
|
|
| 30 |
|
| 31 |
### Splits & Sizes
|
| 32 |
|
| 33 |
+
| Split | Images | Notes |
|
| 34 |
+
|--------------|-------:|-------|
|
| 35 |
+
| `train` | 4,800 | Original 800 images × 6 (1 original + 5 augmented copies), 256 × 256 |
|
| 36 |
+
| `validation` | 100 | Original validation split from Kvasir-SEG, 256 × 256 |
|
| 37 |
+
| `test` | 100 | Original test split from Kvasir-SEG, 256 × 256 |
|
| 38 |
|
| 39 |
### Augmentation Strategy (training split only)
|
| 40 |
|
| 41 |
+
The original Kvasir-SEG provides pre-defined train/validation/test splits (800/100/100).
|
| 42 |
+
Each original **training** image produces one resized copy (256 × 256) plus **five augmented variants**:
|
| 43 |
|
| 44 |
- Random horizontal flip (p = 0.5)
|
| 45 |
- Random vertical flip (p = 0.5)
|