Xenova HF staff commited on
Commit
9b19c82
·
verified ·
1 Parent(s): 1e48e69

Update preprocessor_config.json

Browse files
Files changed (1) hide show
  1. preprocessor_config.json +12 -3
preprocessor_config.json CHANGED
@@ -1,11 +1,20 @@
1
  {
2
- "do_normalize": false,
3
- "do_rescale": true,
4
  "do_resize": true,
5
  "feature_extractor_type": "ViTFeatureExtractor",
 
 
 
 
 
6
  "image_processor_type": "ViTFeatureExtractor",
 
 
 
 
 
7
  "resample": 2,
8
- "rescale_factor": 0.00392156862745098,
9
  "size": {
10
  "height": 1024,
11
  "width": 1024
 
1
  {
2
+ "do_normalize": true,
3
+ "do_rescale": false,
4
  "do_resize": true,
5
  "feature_extractor_type": "ViTFeatureExtractor",
6
+ "image_mean": [
7
+ 128,
8
+ 128,
9
+ 128
10
+ ],
11
  "image_processor_type": "ViTFeatureExtractor",
12
+ "image_std": [
13
+ 256,
14
+ 256,
15
+ 256
16
+ ],
17
  "resample": 2,
 
18
  "size": {
19
  "height": 1024,
20
  "width": 1024