my-trash-classification / preprocessor_config.json
tribber93's picture
Upload preprocessor_config.json
6414762 verified
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
}