{ | |
"image_size": 224, | |
"do_resize": true, | |
"do_normalize": true, | |
"do_rescale": false, | |
"size": {"shortest_edge": 224}, | |
"resample": 2, | |
"crop_pct": 0.9, | |
"interpolation": "bilinear", | |
"mean": [0.485, 0.456, 0.406], | |
"std": [0.229, 0.224, 0.225] | |
} |
{ | |
"image_size": 224, | |
"do_resize": true, | |
"do_normalize": true, | |
"do_rescale": false, | |
"size": {"shortest_edge": 224}, | |
"resample": 2, | |
"crop_pct": 0.9, | |
"interpolation": "bilinear", | |
"mean": [0.485, 0.456, 0.406], | |
"std": [0.229, 0.224, 0.225] | |
} |