mobilevit-xx-small-finetuned-eurosat / preprocessor_config.json
Manuappu5670's picture
Training in progress, epoch 0
6846eb5 verified
raw
history blame
346 Bytes
{
"crop_size": {
"height": 256,
"width": 256
},
"do_center_crop": true,
"do_flip_channel_order": true,
"do_flip_channels": true,
"do_rescale": true,
"do_resize": true,
"image_processor_type": "MobileViTFeatureExtractor",
"resample": 2,
"rescale_factor": 0.00392156862745098,
"size": {
"shortest_edge": 288
}
}