CoolFace
Modelpublic

FavoritCoin/streetvision-roadwork

sourceHugging Faceupdated 4d agoView on Hugging Face
2likes75downloads
preprocessor_config.json27 linesDownload Raw Back to root
1{2  "crop_size": null,3  "default_to_square": true,4  "do_center_crop": null,5  "do_convert_rgb": null,6  "do_normalize": true,7  "do_rescale": true,8  "do_resize": true,9  "image_mean": [10    0.5,11    0.5,12    0.513  ],14  "image_processor_type": "ViTImageProcessorFast",15  "image_std": [16    0.5,17    0.5,18    0.519  ],20  "resample": 2,21  "rescale_factor": 0.00392156862745098,22  "size": {23    "height": 224,24    "width": 22425  }26}27