LocateAnything-3B-8bit / preprocessor_config.json
beshkenadze's picture
Upload folder using huggingface_hub
9c43745 verified
raw
history blame contribute delete
480 Bytes
{
"auto_map": {
"AutoImageProcessor": "image_processing_locateanything.LocateAnythingImageProcessor",
"AutoProcessor": "processing_locateanything.LocateAnythingProcessor"
},
"image_mean": [
0.5,
0.5,
0.5
],
"image_processor_type": "LocateAnythingImageProcessor",
"image_std": [
0.5,
0.5,
0.5
],
"in_token_limit": 25600,
"merge_kernel_size": [
2,
2
],
"patch_size": 14,
"processor_class": "LocateAnythingProcessor"
}