cafe-aesthetic/preprocessor_config.json

21 lines
302 B
JSON
Raw Normal View History

2025-01-13 16:34:32 +08:00
{
"crop_size": 224,
"do_center_crop": false,
"do_normalize": true,
"do_resize": true,
"feature_extractor_type": "BeitFeatureExtractor",
"image_mean": [
0.5,
0.5,
0.5
],
"image_std": [
0.5,
0.5,
0.5
],
"reduce_labels": false,
"resample": 2,
"size": 384
}