AIRealNet / preprocessor_config.json
Parveshiiii's picture
Update preprocessor_config.json
8e8626c verified
raw
history blame contribute delete
133 Bytes
{
"image_mean": [0.485, 0.456, 0.406],
"image_std": [0.229, 0.224, 0.225],
"size": {
"height": 256,
"width": 256
}
}