resnet-tiny-beans-quantized / preprocessor_config.json
mohitsha's picture
mohitsha HF staff
Upload 4 files
aa5b128
raw
history blame contribute delete
No virus
404 Bytes
{
"crop_pct": 0.875,
"do_normalize": true,
"do_rescale": true,
"do_resize": true,
"feature_extractor_type": "ConvNextFeatureExtractor",
"image_mean": [
0.45,
0.45,
0.45
],
"image_processor_type": "ConvNextFeatureExtractor",
"image_std": [
0.22,
0.22,
0.22
],
"resample": 3,
"rescale_factor": 0.00392156862745098,
"size": {
"shortest_edge": 224
}
}