review: update labelmap + card (151 classes, 473 reviewed)
Browse files- README.md +9 -38
- labelmap.txt +2 -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 |
-
configs:
|
| 11 |
-
- config_name: default
|
| 12 |
-
data_files:
|
| 13 |
-
- split: train
|
| 14 |
-
path: data/train-*
|
| 15 |
-
dataset_info:
|
| 16 |
-
features:
|
| 17 |
-
- name: image
|
| 18 |
-
dtype: image
|
| 19 |
-
- name: timestamp_ms
|
| 20 |
-
dtype: int64
|
| 21 |
-
- name: width
|
| 22 |
-
dtype: int64
|
| 23 |
-
- name: height
|
| 24 |
-
dtype: int64
|
| 25 |
-
- name: machine_id
|
| 26 |
-
dtype: string
|
| 27 |
-
- name: image_id
|
| 28 |
-
dtype: string
|
| 29 |
-
- name: instance_mask
|
| 30 |
-
dtype: image
|
| 31 |
-
- name: semantic_mask
|
| 32 |
-
dtype: image
|
| 33 |
-
- name: review_status
|
| 34 |
-
dtype: string
|
| 35 |
-
splits:
|
| 36 |
-
- name: train
|
| 37 |
-
num_bytes: 70741550
|
| 38 |
-
num_examples: 644
|
| 39 |
-
download_size: 70725478
|
| 40 |
-
dataset_size: 70741550
|
| 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 |
|---:|------|-------------|
|
|
@@ -197,6 +166,8 @@ Semantic segmentation dataset in COCO format with direct index masks.
|
|
| 197 |
| 146 | remote | (139, 210, 31) |
|
| 198 |
| 147 | tape | (191, 66, 178) |
|
| 199 |
| 148 | sponge | (57, 229, 197) |
|
|
|
|
|
|
|
| 200 |
|
| 201 |
|
| 202 |
## Files
|
|
@@ -204,6 +175,6 @@ Semantic segmentation dataset in COCO format with direct index masks.
|
|
| 204 |
- `labelmap.txt`: Class definitions with colors
|
| 205 |
|
| 206 |
## Statistics
|
| 207 |
-
- Samples:
|
| 208 |
-
- Classes:
|
| 209 |
- 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 (151 total)
|
| 17 |
|
| 18 |
| ID | Name | Color (RGB) |
|
| 19 |
|---:|------|-------------|
|
|
|
|
| 166 |
| 146 | remote | (139, 210, 31) |
|
| 167 |
| 147 | tape | (191, 66, 178) |
|
| 168 |
| 148 | sponge | (57, 229, 197) |
|
| 169 |
+
| 149 | level measure | (210, 124, 31) |
|
| 170 |
+
| 150 | hand soap | (95, 66, 191) |
|
| 171 |
|
| 172 |
|
| 173 |
## Files
|
|
|
|
| 175 |
- `labelmap.txt`: Class definitions with colors
|
| 176 |
|
| 177 |
## Statistics
|
| 178 |
+
- Samples: 644
|
| 179 |
+
- Classes: 151
|
| 180 |
- Split: train
|
labelmap.txt
CHANGED
|
@@ -148,3 +148,5 @@ plant:57:110:229::
|
|
| 148 |
remote:139:210:31::
|
| 149 |
tape:191:66:178::
|
| 150 |
sponge:57:229:197::
|
|
|
|
|
|
|
|
|
| 148 |
remote:139:210:31::
|
| 149 |
tape:191:66:178::
|
| 150 |
sponge:57:229:197::
|
| 151 |
+
level measure:210:124:31::
|
| 152 |
+
hand soap:95:66:191::
|