Datasets:
review: update labelmap + card (117 classes, 224 reviewed)
Browse files- README.md +8 -37
- 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: 19863120
|
| 38 |
-
num_examples: 224
|
| 39 |
-
download_size: 19859980
|
| 40 |
-
dataset_size: 19863120
|
| 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 |
|---:|------|-------------|
|
|
@@ -163,6 +132,8 @@ Semantic segmentation dataset in COCO format with direct index masks.
|
|
| 163 |
| 112 | stand | (174, 229, 57) |
|
| 164 |
| 113 | adapter | (210, 31, 205) |
|
| 165 |
| 114 | device | (66, 191, 158) |
|
|
|
|
|
|
|
| 166 |
|
| 167 |
|
| 168 |
## Files
|
|
@@ -171,5 +142,5 @@ Semantic segmentation dataset in COCO format with direct index masks.
|
|
| 171 |
|
| 172 |
## Statistics
|
| 173 |
- Samples: 224
|
| 174 |
-
- Classes:
|
| 175 |
- 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 (117 total)
|
| 17 |
|
| 18 |
| ID | Name | Color (RGB) |
|
| 19 |
|---:|------|-------------|
|
|
|
|
| 132 |
| 112 | stand | (174, 229, 57) |
|
| 133 |
| 113 | adapter | (210, 31, 205) |
|
| 134 |
| 114 | device | (66, 191, 158) |
|
| 135 |
+
| 115 | floor | (229, 133, 57) |
|
| 136 |
+
| 116 | wall | (58, 31, 210) |
|
| 137 |
|
| 138 |
|
| 139 |
## Files
|
|
|
|
| 142 |
|
| 143 |
## Statistics
|
| 144 |
- Samples: 224
|
| 145 |
+
- Classes: 117
|
| 146 |
- Split: train
|
labelmap.txt
CHANGED
|
@@ -114,3 +114,5 @@ clamp:66:115:191::
|
|
| 114 |
stand:174:229:57::
|
| 115 |
adapter:210:31:205::
|
| 116 |
device:66:191:158::
|
|
|
|
|
|
|
|
|
| 114 |
stand:174:229:57::
|
| 115 |
adapter:210:31:205::
|
| 116 |
device:66:191:158::
|
| 117 |
+
floor:229:133:57::
|
| 118 |
+
wall:58:31:210::
|