haiyizxx commited on
Commit
4f5b15b
·
verified ·
1 Parent(s): e30c083

data: add 54 images for 6c71cc1a3cd845a4acaa5c770b08e362 (total: 167)

Browse files
Files changed (2) hide show
  1. README.md +32 -92
  2. data/train-00000-of-00001.parquet +2 -2
README.md CHANGED
@@ -1,94 +1,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 (65 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
-
86
-
87
- ## Files
88
- - `annotations/train.json`: COCO format annotations
89
- - `labelmap.txt`: Class definitions with colors
90
-
91
- ## Statistics
92
- - Samples: 113
93
- - Classes: 65
94
- - Split: train
 
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: 167
31
+ download_size: 0
32
+ dataset_size: 0
33
  ---
34
+ # Semantic Segmentation Dataset
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
data/train-00000-of-00001.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e0884cb3bd9021f5248a3d0eaeec97db1d96ed81f1a01b902f72035127316dd7
3
- size 10050022
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d9701a3d3ebc9232282f906c864e7aaf181f7ffead20f3ce78a71ea08d4b78b6
3
+ size 14319218