CoolFace
Modelpublic

buildborderless/CommunityForensics-DeepfakeDet-ViT-ONNX

sourceHugging Faceupdated 2mo agoView on Hugging Face
0likes20downloads
preprocessor_config.json26 linesDownload Raw Back to root
1{2  "crop_pct": 0.875,3  "crop_size": 384,4  "do_convert_rgb": null,5  "do_normalize": true,6  "do_rescale": true,7  "do_resize": true,8  "image_mean": [9    0.48145466,10    0.4578275,11    0.4082107312  ],13  "image_processor_type": "ViTFeatureExtractor",14  "image_std": [15    0.26862954,16    0.26130258,17    0.2757771118  ],19  "resample": 3,20  "rescale_factor": 0.00392156862745098,21  "size": {22    "height": 440,23    "width": 44024  }25}26