haiyizxx commited on
Commit
6e0ea24
·
verified ·
1 Parent(s): ee9c4bc

review: update labelmap + card (95 classes, 143 reviewed)

Browse files
Files changed (2) hide show
  1. README.md +10 -38
  2. labelmap.txt +3 -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: 14819021
33
- num_examples: 167
34
- download_size: 14818099
35
- dataset_size: 14819021
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 (92 total)
48
 
49
  | ID | Name | Color (RGB) |
50
  |---:|------|-------------|
@@ -140,6 +109,9 @@ Semantic segmentation dataset in COCO format with direct index masks.
140
  | 89 | pillow | (210, 36, 31) |
141
  | 90 | camera | (66, 99, 191) |
142
  | 91 | equipment | (152, 229, 57) |
 
 
 
143
 
144
 
145
  ## Files
@@ -147,6 +119,6 @@ Semantic segmentation dataset in COCO format with direct index masks.
147
  - `labelmap.txt`: Class definitions with colors
148
 
149
  ## Statistics
150
- - Samples: 54
151
- - Classes: 92
152
  - 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 (95 total)
17
 
18
  | ID | Name | Color (RGB) |
19
  |---:|------|-------------|
 
109
  | 89 | pillow | (210, 36, 31) |
110
  | 90 | camera | (66, 99, 191) |
111
  | 91 | equipment | (152, 229, 57) |
112
+ | 92 | gpu | (210, 31, 182) |
113
+ | 93 | water dispenser | (66, 191, 174) |
114
+ | 94 | computer | (229, 155, 57) |
115
 
116
 
117
  ## Files
 
119
  - `labelmap.txt`: Class definitions with colors
120
 
121
  ## Statistics
122
+ - Samples: 167
123
+ - Classes: 95
124
  - Split: train
labelmap.txt CHANGED
@@ -91,3 +91,6 @@ helmet:57:229:112::
91
  pillow:210:36:31::
92
  camera:66:99:191::
93
  equipment:152:229:57::
 
 
 
 
91
  pillow:210:36:31::
92
  camera:66:99:191::
93
  equipment:152:229:57::
94
+ gpu:210:31:182::
95
+ water dispenser:66:191:174::
96
+ computer:229:155:57::