CoolFace
Modelpublic

nvidia/mit-b0

sourceHugging Faceotherupdated 3y agoView on Hugging Face
44likes94kdownloads
preprocessor_config.json19 linesDownload Raw Back to root
1{2  "do_normalize": true,3  "do_resize": true,4  "feature_extractor_type": "SegformerFeatureExtractor",5  "image_mean": [6    0.485,7    0.456,8    0.4069  ],10  "image_std": [11    0.229,12    0.224,13    0.22514  ],15  "reduce_labels": false,16  "resample": 2,17  "size": 51218}19