CoolFace
Modelpublic

Dawntasy/SVHN-V1-ResNet

sourceHugging Facemitupdated 9mo agoView on Hugging Face
2likes15downloads
preprocessor_config.json13 linesDownload Raw Back to root
1{2  "image_processor_type": "BitImageProcessor",3  "do_resize": true,4  "resample": 2,5  "size": {6    "height": 64,7    "width": 648  },9  "do_center_crop": false,10  "do_normalize": true,11  "image_mean": [0.4377, 0.4438, 0.4728],12  "image_std": [0.198, 0.201, 0.197]13}