Update preprocessor_config.json
Browse files- preprocessor_config.json +5 -17
preprocessor_config.json
CHANGED
|
@@ -1,25 +1,13 @@
|
|
| 1 |
{
|
| 2 |
-
"do_normalize":
|
| 3 |
-
"do_pad":
|
| 4 |
"do_rescale": true,
|
| 5 |
"do_resize": true,
|
| 6 |
-
"feature_extractor_type": "
|
| 7 |
-
"format": "coco_detection",
|
| 8 |
-
"image_mean": [
|
| 9 |
-
0.485,
|
| 10 |
-
0.456,
|
| 11 |
-
0.406
|
| 12 |
-
],
|
| 13 |
-
"image_processor_type": "YolosFeatureExtractor",
|
| 14 |
-
"image_std": [
|
| 15 |
-
0.229,
|
| 16 |
-
0.224,
|
| 17 |
-
0.225
|
| 18 |
-
],
|
| 19 |
"resample": 2,
|
| 20 |
"rescale_factor": 0.00392156862745098,
|
| 21 |
"size": {
|
| 22 |
-
"
|
| 23 |
-
"
|
| 24 |
}
|
| 25 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"do_normalize": false,
|
| 3 |
+
"do_pad": false,
|
| 4 |
"do_rescale": true,
|
| 5 |
"do_resize": true,
|
| 6 |
+
"feature_extractor_type": "ImageFeatureExtractor",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 7 |
"resample": 2,
|
| 8 |
"rescale_factor": 0.00392156862745098,
|
| 9 |
"size": {
|
| 10 |
+
"width": 640,
|
| 11 |
+
"height": 640
|
| 12 |
}
|
| 13 |
}
|