VisCoP-EgoExpert / preprocessor_config.json
dreilly's picture
Upload preprocessor_config.json with huggingface_hub
fa5f221 verified
raw
history blame contribute delete
501 Bytes
{
"auto_map": {
"AutoImageProcessor": "image_processing_viscop.ViSCoP_ImageProcessor"
},
"do_convert_rgb": null,
"do_normalize": true,
"do_rescale": true,
"do_resize": true,
"image_mean": [
0.5,
0.5,
0.5
],
"image_processor_type": "ViSCoP_ImageProcessor",
"image_std": [
0.5,
0.5,
0.5
],
"max_tokens": 16384,
"min_tokens": 16,
"patch_size": 14,
"processor_class": "ViSCoP_Processor",
"resample": 3,
"rescale_factor": 0.00392156862745098
}