deepfake-detector / preprocessor_config.json
yaya36095's picture
Update preprocessor_config.json
ae70e42 verified
raw
history blame contribute delete
216 Bytes
{
"crop_size": 224,
"do_normalize": true,
"do_resize": true,
"feature_extractor_type": "ViTFeatureExtractor",
"image_mean": [0.5, 0.5, 0.5],
"image_std": [0.5, 0.5, 0.5],
"resample": 3,
"size": 224
}