madhubalajik96 commited on
Commit
caad3cb
1 Parent(s): 6e11eb2

Update preprocessor_config (1).json

Browse files
Files changed (1) hide show
  1. preprocessor_config (1).json +11 -16
preprocessor_config (1).json CHANGED
@@ -1,18 +1,13 @@
 
1
  {
2
- "do_normalize": true,
3
- "do_resize": true,
4
- "feature_extractor_type": "YolosFeatureExtractor",
5
- "format": "coco_detection",
6
- "image_mean": [
7
- 0.485,
8
- 0.456,
9
- 0.406
10
- ],
11
- "image_std": [
12
- 0.229,
13
- 0.224,
14
- 0.225
15
- ],
16
- "max_size": 1333,
17
- "size": 512
18
  }
 
 
 
1
+
2
  {
3
+ "do_normalize": true,
4
+ "do_resize": true,
5
+ "feature_extractor_type": "YolosFeatureExtractor",
6
+ "format": "coco_detection",
7
+ "image_mean": [0.485, 0.456, 0.406],
8
+ "image_std": [0.229, 0.224, 0.225],
9
+ "max_size": 1333,
10
+ "size": 512
 
 
 
 
 
 
 
 
11
  }
12
+
13
+