mood_detector / preprocessor_config.json
ravi86's picture
Create preprocessor_config.json
cd6abdf verified
{
"do_resize": true,
"size": {
"shortest_edge": 256
},
"do_center_crop": true,
"crop_size": {
"height": 224,
"width": 224
},
"do_normalize": true,
"image_mean": [0.5, 0.5, 0.5],
"image_std": [0.5, 0.5, 0.5],
"resample": 2,
"feature_extractor_type": "ImageProcessor"
}