lucky-model / preprocessor_config.json
Loc's picture
initial model
4a9b4b2
raw
history blame contribute delete
160 Bytes
{
"do_normalize": true,
"do_resize": true,
"image_mean": [
0.5,
0.5,
0.5
],
"image_std": [
0.5,
0.5,
0.5
],
"size": 224
}