{ "stages": [ { "force_background": "white", "type": "convert_rgb" }, { "antialias": true, "interpolation": "bicubic", "max_size": null, "size": 224, "type": "resize" }, { "size": [ 224, 224 ], "type": "center_crop" }, { "type": "to_tensor" }, { "mean": [ 0.48145467042922974, 0.45782750844955444, 0.40821072459220886 ], "std": [ 0.2686295509338379, 0.2613025903701782, 0.27577710151672363 ], "type": "normalize" } ] }