Datasets:
label: add semantic masks + annotations for 87 images (149 classes)
Browse files- README.md +13 -38
- annotations/train.json +0 -0
- data/train-00000-of-00001.parquet +2 -2
- labelmap.txt +6 -0
README.md
CHANGED
|
@@ -1,50 +1,19 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
task_categories:
|
| 4 |
-
- image-segmentation
|
| 5 |
tags:
|
| 6 |
-
- semantic-segmentation
|
| 7 |
-
- coco
|
| 8 |
size_categories:
|
| 9 |
-
- n<1K
|
| 10 |
-
dataset_info:
|
| 11 |
-
features:
|
| 12 |
-
- name: image
|
| 13 |
-
dtype: image
|
| 14 |
-
- name: timestamp_ms
|
| 15 |
-
dtype: int64
|
| 16 |
-
- name: width
|
| 17 |
-
dtype: int64
|
| 18 |
-
- name: height
|
| 19 |
-
dtype: int64
|
| 20 |
-
- name: machine_id
|
| 21 |
-
dtype: string
|
| 22 |
-
- name: image_id
|
| 23 |
-
dtype: string
|
| 24 |
-
- name: instance_mask
|
| 25 |
-
dtype: image
|
| 26 |
-
- name: semantic_mask
|
| 27 |
-
dtype: image
|
| 28 |
-
- name: review_status
|
| 29 |
-
dtype: string
|
| 30 |
-
splits:
|
| 31 |
-
- name: train
|
| 32 |
-
num_bytes: 70104005
|
| 33 |
-
num_examples: 644
|
| 34 |
-
download_size: 70085932
|
| 35 |
-
dataset_size: 70104005
|
| 36 |
-
configs:
|
| 37 |
-
- config_name: default
|
| 38 |
-
data_files:
|
| 39 |
-
- split: train
|
| 40 |
-
path: data/train-*
|
| 41 |
---
|
| 42 |
|
| 43 |
# ndimensions/semantic-segmentation
|
| 44 |
|
| 45 |
Semantic segmentation dataset in COCO format with direct index masks.
|
| 46 |
|
| 47 |
-
## Classes (
|
| 48 |
|
| 49 |
| ID | Name | Color (RGB) |
|
| 50 |
|---:|------|-------------|
|
|
@@ -191,6 +160,12 @@ Semantic segmentation dataset in COCO format with direct index masks.
|
|
| 191 |
| 140 | rubber duck | (31, 183, 210) |
|
| 192 |
| 141 | lego brick | (191, 173, 66) |
|
| 193 |
| 142 | switch controller | (154, 57, 229) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 194 |
|
| 195 |
|
| 196 |
## Files
|
|
@@ -198,6 +173,6 @@ Semantic segmentation dataset in COCO format with direct index masks.
|
|
| 198 |
- `labelmap.txt`: Class definitions with colors
|
| 199 |
|
| 200 |
## Statistics
|
| 201 |
-
- Samples:
|
| 202 |
-
- Classes:
|
| 203 |
- Split: train
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
task_categories:
|
| 4 |
+
- image-segmentation
|
| 5 |
tags:
|
| 6 |
+
- semantic-segmentation
|
| 7 |
+
- coco
|
| 8 |
size_categories:
|
| 9 |
+
- n<1K
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
---
|
| 11 |
|
| 12 |
# ndimensions/semantic-segmentation
|
| 13 |
|
| 14 |
Semantic segmentation dataset in COCO format with direct index masks.
|
| 15 |
|
| 16 |
+
## Classes (149 total)
|
| 17 |
|
| 18 |
| ID | Name | Color (RGB) |
|
| 19 |
|---:|------|-------------|
|
|
|
|
| 160 |
| 140 | rubber duck | (31, 183, 210) |
|
| 161 |
| 141 | lego brick | (191, 173, 66) |
|
| 162 |
| 142 | switch controller | (154, 57, 229) |
|
| 163 |
+
| 143 | cup | (31, 210, 80) |
|
| 164 |
+
| 144 | filter | (191, 66, 69) |
|
| 165 |
+
| 145 | plant | (57, 110, 229) |
|
| 166 |
+
| 146 | remote | (139, 210, 31) |
|
| 167 |
+
| 147 | tape | (191, 66, 178) |
|
| 168 |
+
| 148 | sponge | (57, 229, 197) |
|
| 169 |
|
| 170 |
|
| 171 |
## Files
|
|
|
|
| 173 |
- `labelmap.txt`: Class definitions with colors
|
| 174 |
|
| 175 |
## Statistics
|
| 176 |
+
- Samples: 87
|
| 177 |
+
- Classes: 149
|
| 178 |
- Split: train
|
annotations/train.json
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|
data/train-00000-of-00001.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:94ce72a4c51f47c4e0415e201883906f764899381b7ba9915d6c7d12f78a6f99
|
| 3 |
+
size 70683410
|
labelmap.txt
CHANGED
|
@@ -142,3 +142,9 @@ scrubbing sponge:229:57:153::
|
|
| 142 |
rubber duck:31:183:210::
|
| 143 |
lego brick:191:173:66::
|
| 144 |
switch controller:154:57:229::
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 142 |
rubber duck:31:183:210::
|
| 143 |
lego brick:191:173:66::
|
| 144 |
switch controller:154:57:229::
|
| 145 |
+
cup:31:210:80::
|
| 146 |
+
filter:191:66:69::
|
| 147 |
+
plant:57:110:229::
|
| 148 |
+
remote:139:210:31::
|
| 149 |
+
tape:191:66:178::
|
| 150 |
+
sponge:57:229:197::
|