captainspock commited on
Commit
c104f41
1 Parent(s): f979de7

Update preprocessor_config.json

Browse files
Files changed (1) hide show
  1. preprocessor_config.json +3 -3
preprocessor_config.json CHANGED
@@ -3,13 +3,13 @@
3
  "do_normalize": true,
4
  "do_rescale": true,
5
  "do_resize": true,
6
- "feature_extractor_type": "ConvNextFeatureExtractor",
7
  "image_mean": [
8
  0.485,
9
  0.456,
10
  0.406
11
  ],
12
- "image_processor_type": "ConvNextFeatureExtractor",
13
  "image_std": [
14
  0.229,
15
  0.224,
@@ -20,4 +20,4 @@
20
  "size": {
21
  "shortest_edge": 224
22
  }
23
- }
 
3
  "do_normalize": true,
4
  "do_rescale": true,
5
  "do_resize": true,
6
+ "feature_extractor_type": "EfficientNetImageProcessor",
7
  "image_mean": [
8
  0.485,
9
  0.456,
10
  0.406
11
  ],
12
+ "image_processor_type": "EfficientNetImageProcessor",
13
  "image_std": [
14
  0.229,
15
  0.224,
 
20
  "size": {
21
  "shortest_edge": 224
22
  }
23
+ }