CoolFace
Modelpublic

Source82/DashboardModel

sourceHugging Faceupdated 2y agoView on Hugging Face
0likes9downloads
preprocessor_config.json34 linesDownload Raw Back to root
1{2  "auto_map": {3    "AutoProcessor": "microsoft/Florence-2-base-ft--processing_florence2.Florence2Processor"4  },5  "crop_size": {6    "height": 768,7    "width": 7688  },9  "do_center_crop": false,10  "do_convert_rgb": null,11  "do_normalize": true,12  "do_rescale": true,13  "do_resize": true,14  "image_mean": [15    0.485,16    0.456,17    0.40618  ],19  "image_processor_type": "CLIPImageProcessor",20  "image_seq_length": 577,21  "image_std": [22    0.229,23    0.224,24    0.22525  ],26  "processor_class": "Florence2Processor",27  "resample": 3,28  "rescale_factor": 0.00392156862745098,29  "size": {30    "height": 768,31    "width": 76832  }33}34