vit_tumor_classifier / preprocessor_config.json
SIATCN's picture
Upload 4 files
8579ba1 verified
raw
history blame contribute delete
225 Bytes
{
"do_normalize": true,
"do_resize": true,
"feature_extractor_type": "ViTImageProcessor",
"image_mean": [
0.5,
0.5,
0.5
],
"image_std": [
0.5,
0.5,
0.5
],
"resample": 2,
"size": 224
}