File size: 824 Bytes
e9d9de9
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
    "stages": [
        {
            "force_background": "white",
            "type": "convert_rgb"
        },
        {
            "antialias": true,
            "interpolation": "bicubic",
            "max_size": null,
            "size": 256,
            "type": "resize"
        },
        {
            "size": [
                224,
                224
            ],
            "type": "center_crop"
        },
        {
            "type": "to_tensor"
        },
        {
            "mean": [
                0.48500001430511475,
                0.4560000002384186,
                0.4059999883174896
            ],
            "std": [
                0.2290000021457672,
                0.2240000069141388,
                0.22499999403953552
            ],
            "type": "normalize"
        }
    ]
}