CoolFace
Modelpublic

geobase/building-detection

sourceHugging Facemitupdated 1y agoView on Hugging Face
1likes171downloads
preprocessor_config.json18 linesDownload Raw Back to root
1{2  "data_format": "channels_first",3  "default_to_square": true,4  "device": null,5  "do_convert_rgb": true,6  "do_normalize": true,7  "image_mean": [8    0.485,9    0.456,10    0.40611  ],12  "image_std": [13    0.229,14    0.224,15    0.22516  ],17  "return_tensors": true18}