GuoJing-model / preprocessor_config.json
Akimotorakiyu's picture
Upload preprocessor_config.json with huggingface_hub
43f9f11 verified
{
"image_mean": [
0.1307
],
"image_std": [
0.3081
],
"do_normalize": true,
"do_resize": true,
"size": {
"height": 28,
"width": 28
},
"resample": 2,
"do_center_crop": false,
"image_processor_type": "ImageProcessor"
}