bee_notbee / preprocessor_config.json
bilalhasanniazi's picture
Upload preprocessor_config.json
21517c5 verified
raw
history blame contribute delete
239 Bytes
{
"crop_size": 224,
"do_center_crop": true,
"do_normalize": true,
"do_resize": true,
"feature_extractor_type": "ViTImageProcessor",
"image_mean": [0.5, 0.5, 0.5],
"image_std": [0.5, 0.5, 0.5],
"resample": 3,
"size": 224
}