-
Notifications
You must be signed in to change notification settings - Fork 0
/
example.json
54 lines (54 loc) · 848 Bytes
/
example.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
[
{
"param": {
"val1": 0.0,
"val2": 0.0,
"val3": 0.0,
"val4": 0.0
},
"result": {
"rmse_mm": 0.0,
"rmse_pixel": 0.0
}
},
{
"id": 0,
"image": "0.jpg",
"resolution": [
100,
100
]
},
{
"id": 1,
"image": "1.jpg",
"resolution": [
100,
100
]
},
{
"id": 2,
"image": "2.jpg",
"resolution": [
100,
100
]
},
{
"id": 3,
"image": "3.jpg",
"resolution": [
100,
100
]
},
{
"id": 4,
"image": "4.jpg",
"resolution": [
100,
100
]
}
]