Add preprocessor_config.json
Signed-off-by: wsgtest <4918b15d@leinao.ai>
This commit is contained in:
parent
3a4890d9b2
commit
deb642fc03
|
@ -0,0 +1,17 @@
|
||||||
|
{
|
||||||
|
"do_normalize": true,
|
||||||
|
"do_resize": true,
|
||||||
|
"feature_extractor_type": "ViTFeatureExtractor",
|
||||||
|
"image_mean": [
|
||||||
|
0.5,
|
||||||
|
0.5,
|
||||||
|
0.5
|
||||||
|
],
|
||||||
|
"image_std": [
|
||||||
|
0.5,
|
||||||
|
0.5,
|
||||||
|
0.5
|
||||||
|
],
|
||||||
|
"resample": 2,
|
||||||
|
"size": 224
|
||||||
|
}
|
Loading…
Reference in New Issue