Bvicii commited on
Commit
1c56f07
·
verified ·
1 Parent(s): 3b02f78

Fix resample to BICUBIC (3) to match PaddleX preprocessing

Browse files
Files changed (1) hide show
  1. preprocessor_config.json +1 -1
preprocessor_config.json CHANGED
@@ -28,7 +28,7 @@
28
  1
29
  ],
30
  "rescale_factor": 0.00392156862745098,
31
- "resample": 2,
32
  "size": {
33
  "height": 640,
34
  "width": 640
 
28
  1
29
  ],
30
  "rescale_factor": 0.00392156862745098,
31
+ "resample": 3,
32
  "size": {
33
  "height": 640,
34
  "width": 640