tvp-base / preprocessor_config.json
Jiqing's picture
Update preprocessor_config.json
e5fbb34
{
"do_center_crop": false,
"do_normalize": true,
"do_resize": true,
"do_rescale": false,
"do_padding": true,
"image_mean": [8.2381, 7.3115, 6.6981],
"image_std": [9.6335, 9.0659, 8.7213],
"processor_class": "TvpProcessor",
"padding_size": {"height": 448, "width": 448},
"tokenizer": "bert-base-uncased"
}