Alice-image-Cc / preprocessor_config.json
Sandroeth's picture
Create preprocessor_config.json
d6b8473 verified
raw
history blame contribute delete
163 Bytes
{
"do_resize": true,
"size": {"height": 224, "width": 224},
"do_normalize": true,
"image_mean": [0.5, 0.5, 0.5],
"image_std": [0.5, 0.5, 0.5]
}