Add preprocessor_config.json

Signed-off-by: wsgtest <4918b15d@leinao.ai>
This commit is contained in:
wsgtest 2024-07-05 15:45:04 +08:00
parent 3a4890d9b2
commit deb642fc03
1 changed files with 17 additions and 0 deletions

17
preprocessor_config.json Normal file
View File

@ -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
}