Datasets:
Upload complete Endovis2017 dataset with images, labels, and metadata
Browse files
README.md
CHANGED
|
@@ -1,16 +1,48 @@
|
|
| 1 |
---
|
| 2 |
license: cc-by-4.0
|
| 3 |
task_categories:
|
| 4 |
-
|
| 5 |
tags:
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
pretty_name:
|
| 12 |
size_categories:
|
| 13 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 14 |
---
|
| 15 |
|
| 16 |
# Dataset Card for Endovis2017
|
|
|
|
| 1 |
---
|
| 2 |
license: cc-by-4.0
|
| 3 |
task_categories:
|
| 4 |
+
- image-segmentation
|
| 5 |
tags:
|
| 6 |
+
- medical
|
| 7 |
+
- surgical-instruments
|
| 8 |
+
- endoscopy
|
| 9 |
+
- robotic-surgery
|
| 10 |
+
- image-segmentation
|
| 11 |
+
pretty_name: Endovis 2017 - Robotic Instrument Segmentation
|
| 12 |
size_categories:
|
| 13 |
+
- 1K<n<10K
|
| 14 |
+
dataset_info:
|
| 15 |
+
features:
|
| 16 |
+
- name: image
|
| 17 |
+
dtype: image
|
| 18 |
+
- name: label
|
| 19 |
+
dtype: image
|
| 20 |
+
- name: image_id
|
| 21 |
+
dtype: string
|
| 22 |
+
- name: split
|
| 23 |
+
dtype: string
|
| 24 |
+
- name: file_name
|
| 25 |
+
dtype: string
|
| 26 |
+
- name: relative_path
|
| 27 |
+
dtype: string
|
| 28 |
+
- name: sequence_id
|
| 29 |
+
dtype: int64
|
| 30 |
+
splits:
|
| 31 |
+
- name: train
|
| 32 |
+
num_bytes: 1889651647
|
| 33 |
+
num_examples: 1800
|
| 34 |
+
- name: val
|
| 35 |
+
num_bytes: 945876232
|
| 36 |
+
num_examples: 901
|
| 37 |
+
download_size: 2026707643
|
| 38 |
+
dataset_size: 2835527879
|
| 39 |
+
configs:
|
| 40 |
+
- config_name: default
|
| 41 |
+
data_files:
|
| 42 |
+
- split: train
|
| 43 |
+
path: data/train-*
|
| 44 |
+
- split: val
|
| 45 |
+
path: data/val-*
|
| 46 |
---
|
| 47 |
|
| 48 |
# Dataset Card for Endovis2017
|