CoolFace
Modelpublic

gaobin/LocateAnything-3B

sourceHugging Faceotherupdated 3mo agoView on Hugging Face
0likes13downloads
preprocessor_config.json25 linesDownload Raw Back to root
1{2  "auto_map": {3    "AutoImageProcessor": "image_processing_locateanything.LocateAnythingImageProcessor",4    "AutoProcessor": "processing_locateanything.LocateAnythingProcessor"5  },6  "image_mean": [7    0.5,8    0.5,9    0.510  ],11  "image_processor_type": "LocateAnythingImageProcessor",12  "image_std": [13    0.5,14    0.5,15    0.516  ],17  "in_token_limit": 25600,18  "merge_kernel_size": [19    2,20    221  ],22  "patch_size": 14,23  "processor_class": "LocateAnythingProcessor"24}25