-
Notifications
You must be signed in to change notification settings - Fork 307
/
color_test.json
48 lines (48 loc) · 984 Bytes
/
color_test.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"labels": {
"unlabeled": {
"categorie": "void",
"color": [
0,
0,
0
],
"id": 0,
"id_categorie": 0,
"name": "unlabeled"
},
"Red": {
"categorie": "Color",
"color": [
255,
0,
0
],
"id": 1,
"id_categorie": 1,
"name": "Red"
},
"Green": {
"categorie": "Color",
"color": [
0,
255,
0
],
"id": 2,
"id_categorie": 1,
"name": "Green"
},
"Blue": {
"categorie": "Color",
"color": [
0,
0,
255
],
"id": 3,
"id_categorie": 1,
"name": "Blue"
}
}
}