forked from swmcdonnell/ptso-php
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtasks.json
94 lines (93 loc) · 1.77 KB
/
tasks.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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
[
{
"number": 0,
"standing": "flower",
"facing": "tree",
"point": "cat",
"result": 301
},
{
"number": 1,
"standing": "car",
"facing": "traffic light",
"point": "stop sign",
"result": 123
},
{
"number": 2,
"standing": "cat",
"facing": "tree",
"point": "car",
"result": 237
},
{
"number": 3,
"standing": "stop sign",
"facing": "cat",
"point": "house",
"result": 83
},
{
"number": 4,
"standing": "cat",
"facing": "flower",
"point": "car",
"result": 156
},
{
"number": 5,
"standing": "stop sign",
"facing": "tree",
"point": "traffic light",
"result": 319
},
{
"number": 6,
"standing": "stop sign",
"facing": "flower",
"point": "car",
"result": 235
},
{
"number": 7,
"standing": "traffic light",
"facing": "house",
"point": "flower",
"result": 333
},
{
"number": 8,
"standing": "house",
"facing": "flower",
"point": "stop sign",
"result": 260
},
{
"number": 9,
"standing": "car",
"facing": "stop sign",
"point": "tree",
"result": 280
},
{
"number": 10,
"standing": "traffic light",
"facing": "cat",
"point": "car",
"result": 48
},
{
"number": 11,
"standing": "tree",
"facing": "flower",
"point": "house",
"result": 26
},
{
"number": 12,
"standing": "cat",
"facing": "house",
"point": "traffic light",
"result": 150
}
]