CoolFace
Modelpublic

Intel/tvp-base

sourceHugging Faceotherupdated 2y agoView on Hugging Face
1likes28kdownloads
preprocessor_config.json12 linesDownload Raw Back to root
1{2    "do_center_crop": false,3    "do_normalize": true,4    "do_resize": true,5    "do_rescale": false,6    "do_padding": true,7    "image_mean": [8.2381, 7.3115, 6.6981],8    "image_std": [9.6335, 9.0659, 8.7213],9    "processor_class": "TvpProcessor",10    "padding_size": {"height": 448, "width": 448},11    "tokenizer": "bert-base-uncased"12}