flava-image-codebook / preprocessor_config.json
aps's picture
Initial model version
7322c04
raw
history blame
No virus
309 Bytes
{
"crop_size": 112,
"do_center_crop": true,
"do_map_pixels": true,
"do_normalize": true,
"do_resize": true,
"feature_extractor_type": "FLAVACodebookFeatureExtractor",
"image_mean": [
0.0,
0.0,
0.0
],
"image_std": [
1.0,
1.0,
1.0
],
"resample": 1,
"size": 112
}