Transformers
mobilevit
Inference Endpoints
deeplabv3-mobilevit-small-neuronx / preprocessor_config.json
Jingya's picture
Jingya HF staff
Upload preprocessor_config.json with huggingface_hub
8a3a80c verified
{
"_valid_processor_keys": [
"images",
"segmentation_maps",
"do_resize",
"size",
"resample",
"do_rescale",
"rescale_factor",
"do_center_crop",
"crop_size",
"do_flip_channel_order",
"return_tensors",
"data_format",
"input_data_format"
],
"crop_size": {
"height": 512,
"width": 512
},
"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": 544
}
}