Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: cc-by-4.0
|
| 3 |
+
dataset_info:
|
| 4 |
+
- config_name: validation
|
| 5 |
+
features:
|
| 6 |
+
- name: images
|
| 7 |
+
dtype: image
|
| 8 |
+
- name: gt
|
| 9 |
+
dtype: image
|
| 10 |
+
- name: mask
|
| 11 |
+
dtype: image
|
| 12 |
+
- name: masked_image
|
| 13 |
+
dtype: image
|
| 14 |
+
# splits:
|
| 15 |
+
# - name: train
|
| 16 |
+
# num_bytes: 80770878434.76
|
| 17 |
+
# num_examples: 888230
|
| 18 |
+
# - name: test
|
| 19 |
+
# num_bytes: 101472624.0
|
| 20 |
+
# num_examples: 752
|
| 21 |
+
# download_size: 80461136624
|
| 22 |
+
# dataset_size: 80872351058.76
|
| 23 |
+
configs:
|
| 24 |
+
- config_name: default
|
| 25 |
+
# data_files:
|
| 26 |
+
# - split: train
|
| 27 |
+
# path: data/train-*
|
| 28 |
+
# - split: test
|
| 29 |
+
# path: data/test-*
|
| 30 |
+
---
|