File size: 403 Bytes
8ba18b5
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
    "stages": [
        {
            "force_background": "white",
            "type": "convert_rgb"
        },
        {
            "antialias": true,
            "interpolation": "bilinear",
            "max_size": null,
            "size": [
                512,
                512
            ],
            "type": "resize"
        },
        {
            "type": "to_tensor"
        }
    ]
}