File size: 427 Bytes
eddb35c |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 |
{
"channels_last": true,
"crop_size": {
"height": 256,
"width": 256
},
"do_center_crop": false,
"do_normalize": true,
"do_rescale": true,
"do_resize": false,
"image_mean": 0.5,
"image_processor_type": "PerceiverImageClassifierInputProcessor",
"image_std": 0.5,
"resample": 3,
"rescale_factor": 0.00392156862745098,
"single_channel": true,
"size": {
"height": 224,
"width": 224
}
}
|