Xenova HF staff commited on
Commit
069dd54
1 Parent(s): 16a821e

Update preprocessor_config.json

Browse files
Files changed (1) hide show
  1. preprocessor_config.json +2 -13
preprocessor_config.json CHANGED
@@ -1,23 +1,12 @@
1
  {
2
- "do_normalize": true,
3
  "do_pad": false,
4
- "do_rescale": true,
5
  "do_resize": true,
6
  "ensure_multiple_of": 14,
7
- "image_mean": [
8
- 0.485,
9
- 0.456,
10
- 0.406
11
- ],
12
  "image_processor_type": "DPTImageProcessor",
13
- "image_std": [
14
- 0.229,
15
- 0.224,
16
- 0.225
17
- ],
18
  "keep_aspect_ratio": true,
19
  "resample": 3,
20
- "rescale_factor": 0.00392156862745098,
21
  "size": {
22
  "height": 518,
23
  "width": 518
 
1
  {
2
+ "do_normalize": false,
3
  "do_pad": false,
4
+ "do_rescale": false,
5
  "do_resize": true,
6
  "ensure_multiple_of": 14,
 
 
 
 
 
7
  "image_processor_type": "DPTImageProcessor",
 
 
 
 
 
8
  "keep_aspect_ratio": true,
9
  "resample": 3,
 
10
  "size": {
11
  "height": 518,
12
  "width": 518