Update preprocessor_config.json
This commit is contained in:
parent
156b8edbe0
commit
eadf1b85c2
|
@ -1,7 +1,5 @@
|
||||||
{
|
{
|
||||||
"do_normalize": true,
|
"do_normalize": true,
|
||||||
"do_pad": true,
|
|
||||||
"do_rescale": true,
|
|
||||||
"do_resize": true,
|
"do_resize": true,
|
||||||
"image_mean": [
|
"image_mean": [
|
||||||
0.48145466,
|
0.48145466,
|
||||||
|
@ -15,8 +13,5 @@
|
||||||
0.27577711
|
0.27577711
|
||||||
],
|
],
|
||||||
"processor_class": "BlipProcessor",
|
"processor_class": "BlipProcessor",
|
||||||
"resample": 3,
|
|
||||||
"rescale_factor": 0.00392156862745098,
|
|
||||||
"size": 384,
|
"size": 384,
|
||||||
"size_divisor": 32
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue