welabbar commited on
Commit
2282cdf
1 Parent(s): ce8d819

Update preprocessor_config.json

Browse files
Files changed (1) hide show
  1. preprocessor_config.json +5 -5
preprocessor_config.json CHANGED
@@ -20,7 +20,7 @@
20
  "do_convert_rgb": null,
21
  "do_normalize": true,
22
  "do_rescale": true,
23
- "do_resize": false,
24
  "do_center_crop": false,
25
  "image_processor_type": "CLIPImageProcessor",
26
  "image_seq_length": 577,
@@ -29,11 +29,11 @@
29
  "processor_class": "Florence2Processor",
30
  "resample": 3,
31
  "size": {
32
- "height": 768,
33
- "width":768
34
  },
35
  "crop_size": {
36
- "height": 768,
37
- "width": 768
38
  }
39
  }
 
20
  "do_convert_rgb": null,
21
  "do_normalize": true,
22
  "do_rescale": true,
23
+ "do_resize": true,
24
  "do_center_crop": false,
25
  "image_processor_type": "CLIPImageProcessor",
26
  "image_seq_length": 577,
 
29
  "processor_class": "Florence2Processor",
30
  "resample": 3,
31
  "size": {
32
+ "height": 1024,
33
+ "width":1024
34
  },
35
  "crop_size": {
36
+ "height": 1024,
37
+ "width": 1024
38
  }
39
  }