File size: 731 Bytes
342a457 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 |
{
"constant_values": 0,
"crop_size": {
"height": 448,
"width": 448
},
"do_center_crop": false,
"do_flip_channel_order": true,
"do_normalize": true,
"do_pad": true,
"do_padding": true,
"do_rescale": false,
"do_resize": true,
"image_mean": [
8.2381,
7.3115,
6.6981
],
"image_processor_type": "TvpImageProcessor",
"image_std": [
9.6335,
9.0659,
8.7213
],
"pad_mode": "constant",
"pad_size": {
"height": 448,
"width": 448
},
"padding_size": {
"height": 448,
"width": 448
},
"processor_class": "TvpProcessor",
"resample": 2,
"rescale_factor": 0.00392156862745098,
"size": {
"longest_edge": 448
},
"tokenizer": "bert-base-uncased"
}
|