test_img / preprocessor_config.json
joaogante's picture
joaogante HF staff
init files (wo tf weights)
99ff23f
raw
history blame
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
}