-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdataset.json
58 lines (58 loc) · 1002 Bytes
/
dataset.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
49
50
51
52
53
54
55
56
57
58
[
{
"input": {
"r": 0.03,
"g": 0.7,
"b": 0.5
},
"output": { "black": 1 }
},
{
"input": {
"r": 0.16,
"g": 0.09,
"b": 0.2
},
"output": { "white": 1 }
},
{
"input": {
"r": 0.5,
"g": 0.5,
"b": 1.0
},
"output": { "white": 1 }
},
{
"input": {
"r": 0.11,
"g": 0.8,
"b": 0.52
},
"output": { "black": 1 }
},
{
"input": {
"r": 0.19,
"g": 0.03,
"b": 0.11
},
"output": { "white": 1 }
},
{
"input": {
"r": 0.5,
"g": 0.5,
"b": 1.0
},
"output": { "white": 1 }
},
{
"input": {
"r": 0.51,
"g": 0.52,
"b": 0.99
},
"output": { "white": 1 }
}
]