binary_classification_model_v3.1.3_spines / preprocessor_config.json
ZivKassnerNK's picture
Add evaluation results and output files to model card
043ae68
raw
history blame contribute delete
326 Bytes
{
"do_normalize": true,
"do_rescale": true,
"do_resize": false,
"image_mean": [
0.5,
0.5,
0.5
],
"image_processor_type": "ViTFeatureExtractor",
"image_std": [
0.5,
0.5,
0.5
],
"resample": 2,
"rescale_factor": 0.00392156862745098,
"size": {
"height": 32,
"width": 32
}
}