Upload preprocessor_config.json

This commit is contained in:
Niels Rogge 2021-11-28 18:56:19 +00:00 committed by huggingface-web
parent a5faec5a6d
commit 4bba75a1b0
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": "ViltFeatureExtractor",
"image_mean": [
0.5,
0.5,
0.5
],
"image_std": [
0.5,
0.5,
0.5
],
"resample": 3,
"size": 384
}