data.json 476 Bytes
Newer Older
BobYeah's avatar
BobYeah committed
1
2
3
{
    "focaldepth": [
            1.0,
BobYeah's avatar
BobYeah committed
4
            1.2,
BobYeah's avatar
BobYeah committed
5
            1.5,
BobYeah's avatar
BobYeah committed
6
7
            2.0,
            3.0
BobYeah's avatar
BobYeah committed
8
9
10
11
12
13
14
15
16
17
    ],
    "train":[
        "Stanford_3x3x640p_l0.png",
        "Stanford_3x3x640p_l0.png",
        "Stanford_3x3x640p_l0.png",
        "Stanford_3x3x640p_l0.png",
        "Stanford_3x3x640p_l0.png"
    ],
    "gt":[
        "_retinal_1.00.png",
BobYeah's avatar
BobYeah committed
18
        "_retinal_1.20.png",
BobYeah's avatar
BobYeah committed
19
        "_retinal_1.50.png",
BobYeah's avatar
BobYeah committed
20
21
        "_retinal_2.00.png",
        "_retinal_3.00.png"
BobYeah's avatar
BobYeah committed
22
23
    ]
}