convnext-finetuned-eurosat / preprocessor_config.json
Pratha1m's picture
add model
24a3f59
{
"crop_pct": null,
"do_normalize": true,
"do_resize": "facebook/convnext-tiny-224",
"feature_extractor_type": "ConvNextFeatureExtractor",
"image_mean": [
0.485,
0.456,
0.406
],
"image_std": [
0.229,
0.224,
0.225
],
"resample": 3,
"size": 224
}