Make resampling method same as in the original transform - BICUBIC
Browse fileshttps://pillow.readthedocs.io/en/stable/reference/Image.html#PIL.Image.Image.resize
- preprocessor_config.json +1 -0
preprocessor_config.json
CHANGED
@@ -3,6 +3,7 @@
|
|
3 |
"do_resize": true,
|
4 |
"feature_extractor_type": "DetrFeatureExtractor",
|
5 |
"format": "coco_detection",
|
|
|
6 |
"image_mean": [
|
7 |
0.485,
|
8 |
0.456,
|
|
|
3 |
"do_resize": true,
|
4 |
"feature_extractor_type": "DetrFeatureExtractor",
|
5 |
"format": "coco_detection",
|
6 |
+
"resample": 3,
|
7 |
"image_mean": [
|
8 |
0.485,
|
9 |
0.456,
|