Update preprocessor_config.json
Browse files- preprocessor_config.json +4 -11
preprocessor_config.json
CHANGED
@@ -1,7 +1,5 @@
|
|
1 |
{
|
2 |
-
"do_normalize":
|
3 |
-
"do_pad": true,
|
4 |
-
"do_rescale": true,
|
5 |
"do_resize": true,
|
6 |
"feature_extractor_type": "YolosFeatureExtractor",
|
7 |
"format": "coco_detection",
|
@@ -10,16 +8,11 @@
|
|
10 |
0.456,
|
11 |
0.406
|
12 |
],
|
13 |
-
"image_processor_type": "YolosImageProcessor",
|
14 |
"image_std": [
|
15 |
0.229,
|
16 |
0.224,
|
17 |
0.225
|
18 |
],
|
19 |
-
"
|
20 |
-
"
|
21 |
-
|
22 |
-
"longest_edge": 1333,
|
23 |
-
"shortest_edge": 640
|
24 |
-
}
|
25 |
-
}
|
|
|
1 |
{
|
2 |
+
"do_normalize": true,
|
|
|
|
|
3 |
"do_resize": true,
|
4 |
"feature_extractor_type": "YolosFeatureExtractor",
|
5 |
"format": "coco_detection",
|
|
|
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": 800
|
18 |
+
}
|
|
|
|
|
|
|
|