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

Update preprocessor_config.json

Browse files
Files changed (1) hide show
  1. preprocessor_config.json +2 -2
preprocessor_config.json CHANGED
@@ -3,13 +3,13 @@
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,
 
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,