PneumoniaDetection / preprocessor_config.json
ryefoxlime's picture
Update preprocessor_config.json
8604ff2
raw history blame
No virus
188 Bytes
{
"do_normalize": true,
"do_resize": true,
"size": 224,
"resample": 3,
"image_mean": [
0.485,
0.456,
0.406
],
"image_std": [
0.229,
0.224,
0.225
]
}