Make resampling method same as in the original transform - BICUBIC

#10
by qubvel-hf HF Staff - opened
Files changed (1) hide show
  1. 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,