CoolFace
Modelpublic

AterMors/Swin2-GTP2_art-caption

sourceHugging Faceapache-2.0updated 2y agoView on Hugging Face
0likes23downloads
preprocessor_config.json37 linesDownload Raw Back to root
1{2  "_valid_processor_keys": [3    "images",4    "do_resize",5    "size",6    "resample",7    "do_rescale",8    "rescale_factor",9    "do_normalize",10    "image_mean",11    "image_std",12    "return_tensors",13    "data_format",14    "input_data_format"15  ],16  "do_normalize": true,17  "do_rescale": true,18  "do_resize": true,19  "image_mean": [20    0.485,21    0.456,22    0.40623  ],24  "image_processor_type": "ViTImageProcessor",25  "image_std": [26    0.229,27    0.224,28    0.22529  ],30  "resample": 3,31  "rescale_factor": 0.00392156862745098,32  "size": {33    "height": 256,34    "width": 25635  }36}37