Upload feature extractor
Browse files- preprocessor_config.json +3 -2
preprocessor_config.json
CHANGED
|
@@ -3,13 +3,14 @@
|
|
| 3 |
"do_pad": true,
|
| 4 |
"do_rescale": true,
|
| 5 |
"do_resize": true,
|
|
|
|
| 6 |
"format": "coco_detection",
|
| 7 |
"image_mean": [
|
| 8 |
0.485,
|
| 9 |
0.456,
|
| 10 |
0.406
|
| 11 |
],
|
| 12 |
-
"image_processor_type": "
|
| 13 |
"image_std": [
|
| 14 |
0.229,
|
| 15 |
0.224,
|
|
@@ -18,7 +19,7 @@
|
|
| 18 |
"resample": 2,
|
| 19 |
"rescale_factor": 0.00392156862745098,
|
| 20 |
"size": {
|
| 21 |
-
"longest_edge":
|
| 22 |
"shortest_edge": 800
|
| 23 |
}
|
| 24 |
}
|
|
|
|
| 3 |
"do_pad": true,
|
| 4 |
"do_rescale": true,
|
| 5 |
"do_resize": true,
|
| 6 |
+
"feature_extractor_type": "DetrFeatureExtractor",
|
| 7 |
"format": "coco_detection",
|
| 8 |
"image_mean": [
|
| 9 |
0.485,
|
| 10 |
0.456,
|
| 11 |
0.406
|
| 12 |
],
|
| 13 |
+
"image_processor_type": "DetrFeatureExtractor",
|
| 14 |
"image_std": [
|
| 15 |
0.229,
|
| 16 |
0.224,
|
|
|
|
| 19 |
"resample": 2,
|
| 20 |
"rescale_factor": 0.00392156862745098,
|
| 21 |
"size": {
|
| 22 |
+
"longest_edge": 1000,
|
| 23 |
"shortest_edge": 800
|
| 24 |
}
|
| 25 |
}
|