Datasets:
label: add semantic masks + annotations for 54 images (92 classes)
Browse files- README.md +119 -32
- annotations/train.json +0 -0
- data/train-00000-of-00001.parquet +2 -2
- labelmap.txt +27 -0
README.md
CHANGED
|
@@ -1,34 +1,121 @@
|
|
| 1 |
---
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
-
|
| 10 |
-
dtype: image
|
| 11 |
-
- name: timestamp_ms
|
| 12 |
-
dtype: int64
|
| 13 |
-
- name: width
|
| 14 |
-
dtype: int64
|
| 15 |
-
- name: height
|
| 16 |
-
dtype: int64
|
| 17 |
-
- name: machine_id
|
| 18 |
-
dtype: string
|
| 19 |
-
- name: image_id
|
| 20 |
-
dtype: string
|
| 21 |
-
- name: instance_mask
|
| 22 |
-
dtype: image
|
| 23 |
-
- name: semantic_mask
|
| 24 |
-
dtype: image
|
| 25 |
-
- name: review_status
|
| 26 |
-
dtype: string
|
| 27 |
-
splits:
|
| 28 |
-
- name: train
|
| 29 |
-
num_bytes: 0
|
| 30 |
-
num_examples: 167
|
| 31 |
-
download_size: 0
|
| 32 |
-
dataset_size: 0
|
| 33 |
---
|
| 34 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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 (92 total)
|
| 17 |
+
|
| 18 |
+
| ID | Name | Color (RGB) |
|
| 19 |
+
|---:|------|-------------|
|
| 20 |
+
| 0 | background | (0, 0, 0) |
|
| 21 |
+
| 1 | cabinet | (57, 107, 229) |
|
| 22 |
+
| 2 | chair | (135, 210, 31) |
|
| 23 |
+
| 3 | monitor | (191, 66, 175) |
|
| 24 |
+
| 4 | desk | (57, 229, 200) |
|
| 25 |
+
| 5 | curtain | (210, 128, 31) |
|
| 26 |
+
| 6 | door | (97, 66, 191) |
|
| 27 |
+
| 7 | vent | (64, 229, 57) |
|
| 28 |
+
| 8 | light | (210, 31, 91) |
|
| 29 |
+
| 9 | trash can | (66, 144, 191) |
|
| 30 |
+
| 10 | bed | (215, 229, 57) |
|
| 31 |
+
| 11 | mop | (172, 31, 210) |
|
| 32 |
+
| 12 | fire extinguisher | (66, 191, 128) |
|
| 33 |
+
| 13 | mattress | (229, 92, 57) |
|
| 34 |
+
| 14 | furniture | (31, 46, 210) |
|
| 35 |
+
| 15 | roll | (113, 191, 66) |
|
| 36 |
+
| 16 | box | (229, 57, 172) |
|
| 37 |
+
| 17 | outlet | (31, 203, 210) |
|
| 38 |
+
| 18 | refrigerator | (191, 159, 66) |
|
| 39 |
+
| 19 | painting | (135, 57, 229) |
|
| 40 |
+
| 20 | oven | (31, 210, 60) |
|
| 41 |
+
| 21 | vase | (191, 66, 82) |
|
| 42 |
+
| 22 | lamp | (57, 129, 229) |
|
| 43 |
+
| 23 | toy | (158, 210, 31) |
|
| 44 |
+
| 24 | hinge | (190, 66, 191) |
|
| 45 |
+
| 25 | mirror | (57, 229, 178) |
|
| 46 |
+
| 26 | range hood | (210, 105, 31) |
|
| 47 |
+
| 27 | handle | (82, 66, 191) |
|
| 48 |
+
| 28 | appliance | (86, 229, 57) |
|
| 49 |
+
| 29 | jacket | (210, 31, 114) |
|
| 50 |
+
| 30 | air conditioner | (66, 160, 191) |
|
| 51 |
+
| 31 | robot | (229, 221, 57) |
|
| 52 |
+
| 32 | rod | (150, 31, 210) |
|
| 53 |
+
| 33 | pole | (66, 191, 113) |
|
| 54 |
+
| 34 | bag | (229, 70, 57) |
|
| 55 |
+
| 35 | laptop | (31, 69, 210) |
|
| 56 |
+
| 36 | closet | (129, 191, 66) |
|
| 57 |
+
| 37 | light switch | (229, 57, 194) |
|
| 58 |
+
| 38 | blanket | (31, 210, 194) |
|
| 59 |
+
| 39 | fabric | (191, 144, 66) |
|
| 60 |
+
| 40 | bed frame | (113, 57, 229) |
|
| 61 |
+
| 41 | bedding | (31, 210, 38) |
|
| 62 |
+
| 42 | fixture | (191, 66, 98) |
|
| 63 |
+
| 43 | light fixture | (57, 151, 229) |
|
| 64 |
+
| 44 | printer | (181, 210, 31) |
|
| 65 |
+
| 45 | cord | (174, 66, 191) |
|
| 66 |
+
| 46 | toilet | (57, 229, 156) |
|
| 67 |
+
| 47 | toilet seat | (210, 82, 31) |
|
| 68 |
+
| 48 | shoe | (66, 67, 191) |
|
| 69 |
+
| 49 | picture frame | (108, 229, 57) |
|
| 70 |
+
| 50 | bin | (210, 31, 137) |
|
| 71 |
+
| 51 | person | (66, 176, 191) |
|
| 72 |
+
| 52 | wheelchair | (229, 199, 57) |
|
| 73 |
+
| 53 | speaker | (127, 31, 210) |
|
| 74 |
+
| 54 | heater | (66, 191, 97) |
|
| 75 |
+
| 55 | microwave | (229, 57, 65) |
|
| 76 |
+
| 56 | dishwasher | (31, 92, 210) |
|
| 77 |
+
| 57 | 3d printer | (145, 191, 66) |
|
| 78 |
+
| 58 | radiator | (229, 57, 216) |
|
| 79 |
+
| 59 | vacuum cleaner | (31, 210, 171) |
|
| 80 |
+
| 60 | tripod | (191, 128, 66) |
|
| 81 |
+
| 61 | drawer | (91, 57, 229) |
|
| 82 |
+
| 62 | cardboard | (47, 210, 31) |
|
| 83 |
+
| 63 | power strip | (191, 66, 114) |
|
| 84 |
+
| 64 | suitcase | (57, 173, 229) |
|
| 85 |
+
| 65 | coat | (204, 210, 31) |
|
| 86 |
+
| 66 | table | (159, 66, 191) |
|
| 87 |
+
| 67 | whiteboard | (57, 229, 134) |
|
| 88 |
+
| 68 | object | (210, 59, 31) |
|
| 89 |
+
| 69 | paper | (66, 83, 191) |
|
| 90 |
+
| 70 | backpack | (130, 229, 57) |
|
| 91 |
+
| 71 | coat rack | (210, 31, 159) |
|
| 92 |
+
| 72 | sign | (66, 191, 190) |
|
| 93 |
+
| 73 | monitor arm | (229, 177, 57) |
|
| 94 |
+
| 74 | mat | (104, 31, 210) |
|
| 95 |
+
| 75 | cushion | (66, 191, 81) |
|
| 96 |
+
| 76 | electronic | (229, 57, 87) |
|
| 97 |
+
| 77 | blind | (31, 115, 210) |
|
| 98 |
+
| 78 | basket | (161, 191, 66) |
|
| 99 |
+
| 79 | cloth | (220, 57, 229) |
|
| 100 |
+
| 80 | coffee maker | (31, 210, 148) |
|
| 101 |
+
| 81 | toilet paper | (191, 112, 66) |
|
| 102 |
+
| 82 | power outlet | (69, 57, 229) |
|
| 103 |
+
| 83 | post | (70, 210, 31) |
|
| 104 |
+
| 84 | container | (191, 66, 130) |
|
| 105 |
+
| 85 | drill | (57, 195, 229) |
|
| 106 |
+
| 86 | clothing | (210, 193, 31) |
|
| 107 |
+
| 87 | shelving unit | (143, 66, 191) |
|
| 108 |
+
| 88 | helmet | (57, 229, 112) |
|
| 109 |
+
| 89 | pillow | (210, 36, 31) |
|
| 110 |
+
| 90 | camera | (66, 99, 191) |
|
| 111 |
+
| 91 | equipment | (152, 229, 57) |
|
| 112 |
+
|
| 113 |
+
|
| 114 |
+
## Files
|
| 115 |
+
- `annotations/train.json`: COCO format annotations
|
| 116 |
+
- `labelmap.txt`: Class definitions with colors
|
| 117 |
+
|
| 118 |
+
## Statistics
|
| 119 |
+
- Samples: 54
|
| 120 |
+
- Classes: 92
|
| 121 |
+
- 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:cd64e652e32ed09cf730a300c74d6632a5280d996dfcc4010199fa339dda6011
|
| 3 |
+
size 14809111
|
labelmap.txt
CHANGED
|
@@ -64,3 +64,30 @@ drawer:91:57:229::
|
|
| 64 |
cardboard:47:210:31::
|
| 65 |
power strip:191:66:114::
|
| 66 |
suitcase:57:173:229::
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 64 |
cardboard:47:210:31::
|
| 65 |
power strip:191:66:114::
|
| 66 |
suitcase:57:173:229::
|
| 67 |
+
coat:204:210:31::
|
| 68 |
+
table:159:66:191::
|
| 69 |
+
whiteboard:57:229:134::
|
| 70 |
+
object:210:59:31::
|
| 71 |
+
paper:66:83:191::
|
| 72 |
+
backpack:130:229:57::
|
| 73 |
+
coat rack:210:31:159::
|
| 74 |
+
sign:66:191:190::
|
| 75 |
+
monitor arm:229:177:57::
|
| 76 |
+
mat:104:31:210::
|
| 77 |
+
cushion:66:191:81::
|
| 78 |
+
electronic:229:57:87::
|
| 79 |
+
blind:31:115:210::
|
| 80 |
+
basket:161:191:66::
|
| 81 |
+
cloth:220:57:229::
|
| 82 |
+
coffee maker:31:210:148::
|
| 83 |
+
toilet paper:191:112:66::
|
| 84 |
+
power outlet:69:57:229::
|
| 85 |
+
post:70:210:31::
|
| 86 |
+
container:191:66:130::
|
| 87 |
+
drill:57:195:229::
|
| 88 |
+
clothing:210:193:31::
|
| 89 |
+
shelving unit:143:66:191::
|
| 90 |
+
helmet:57:229:112::
|
| 91 |
+
pillow:210:36:31::
|
| 92 |
+
camera:66:99:191::
|
| 93 |
+
equipment:152:229:57::
|