ai-image-detect-distilled-efficientnet / preprocessor_config.json
jacoballessio's picture
Upload 5 files
1d70194 verified
raw
history blame
No virus
171 Bytes
{
"do_resize": true,
"size": 224,
"do_normalize": true,
"image_mean": [
0.485,
0.456,
0.406
],
"image_std": [
0.229,
0.224,
0.225
]
}