Prueba_Taller3 / preprocessor_config.json
OverDriveLee's picture
Create preprocessor_config.json
7905458
raw
history blame contribute delete
No virus
227 Bytes
{
"do_normalize": true,
"do_resize": true,
"feature_extractor_type": "ViTFeatureExtractor",
"image_mean": [
0.5,
0.5,
0.5
],
"image_std": [
0.5,
0.5,
0.5
],
"resample": 2,
"size": 224
}