haiyizxx commited on
Commit
ec31586
·
verified ·
1 Parent(s): d321b11

label: add semantic masks + annotations for 24 images (64 classes)

Browse files
README.md CHANGED
@@ -1,34 +1,93 @@
1
  ---
2
- configs:
3
- - config_name: default
4
- data_files:
5
- - split: train
6
- path: data/train-*
7
- dataset_info:
8
- features:
9
- - name: image
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: 113
31
- download_size: 0
32
- dataset_size: 0
33
  ---
34
- # Semantic Segmentation Dataset
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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 (64 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
+
85
+
86
+ ## Files
87
+ - `annotations/train.json`: COCO format annotations
88
+ - `labelmap.txt`: Class definitions with colors
89
+
90
+ ## Statistics
91
+ - Samples: 24
92
+ - Classes: 64
93
+ - 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:027af224e83eb25c6036d7ac49ead51cea4310e627a81cadcf855d9b8e0a23b2
3
- size 9991630
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:83040802ff2ad4e6ac95ec40bcc641899766558d1532102f80d39808a6bf8053
3
+ size 10050016
labelmap.txt CHANGED
@@ -57,3 +57,9 @@ heater:66:191:97::
57
  microwave:229:57:65::
58
  dishwasher:31:92:210::
59
  3d printer:145:191:66::
 
 
 
 
 
 
 
57
  microwave:229:57:65::
58
  dishwasher:31:92:210::
59
  3d printer:145:191:66::
60
+ radiator:229:57:216::
61
+ vacuum cleaner:31:210:171::
62
+ tripod:191:128:66::
63
+ drawer:91:57:229::
64
+ cardboard:47:210:31::
65
+ power strip:191:66:114::