Datasets:
Tasks:
Image Segmentation
Modalities:
Image
Formats:
parquet
Sub-tasks:
semantic-segmentation
Size:
10K - 100K
mattmdjaga
commited on
Commit
•
130ff55
1
Parent(s):
ff86f0b
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -2,22 +2,29 @@
|
|
2 |
dataset_info:
|
3 |
features:
|
4 |
- name: image
|
5 |
-
|
|
|
|
|
|
|
|
|
6 |
- name: masks
|
7 |
-
|
|
|
|
|
|
|
|
|
8 |
splits:
|
9 |
- name: train
|
10 |
-
num_bytes:
|
11 |
num_examples: 17706
|
12 |
download_size: 795474765
|
13 |
-
dataset_size:
|
14 |
task_categories:
|
15 |
- image-segmentation
|
16 |
task_ids:
|
17 |
- semantic-segmentation
|
18 |
size_categories:
|
19 |
- 10K<n<100K
|
20 |
-
|
21 |
---
|
22 |
# Dataset Card for [Dataset Name]
|
23 |
|
|
|
2 |
dataset_info:
|
3 |
features:
|
4 |
- name: image
|
5 |
+
struct:
|
6 |
+
- name: bytes
|
7 |
+
dtype: binary
|
8 |
+
- name: path
|
9 |
+
dtype: string
|
10 |
- name: masks
|
11 |
+
struct:
|
12 |
+
- name: bytes
|
13 |
+
dtype: binary
|
14 |
+
- name: path
|
15 |
+
dtype: string
|
16 |
splits:
|
17 |
- name: train
|
18 |
+
num_bytes: 796260730
|
19 |
num_examples: 17706
|
20 |
download_size: 795474765
|
21 |
+
dataset_size: 796260730
|
22 |
task_categories:
|
23 |
- image-segmentation
|
24 |
task_ids:
|
25 |
- semantic-segmentation
|
26 |
size_categories:
|
27 |
- 10K<n<100K
|
|
|
28 |
---
|
29 |
# Dataset Card for [Dataset Name]
|
30 |
|