wd-swinv2-tagger-v3-hf / preprocessor_config.json
p1atdev's picture
Upload 2 files
dfc1ef8 verified
raw
history blame
353 Bytes
{
"color": [
255,
255,
255
],
"do_normalize": true,
"do_rescale": true,
"do_resize": true,
"image_mean": [
0.5,
0.5,
0.5
],
"image_processor_type": "ViTImageProcessor",
"image_std": [
0.5,
0.5,
0.5
],
"resample": 2,
"rescale_factor": 0.0,
"size": {
"height": 448,
"width": 448
}
}