topguns's picture
Create preprocessor_config.json
4c1170c verified
raw
history blame contribute delete
244 Bytes
{
"do_resize": true,
"keep_aspect_ratio": false,
"resample": 3,
"size": {
"height": 224,
"width": 224
},
"do_normalize": true,
"image_mean": [0.485, 0.456, 0.406],
"image_std": [0.229, 0.224, 0.225],
"do_pad": false
}