sanjit106 commited on
Commit
ea2fdae
1 Parent(s): 73611b2

Upload processor

Browse files
Files changed (1) hide show
  1. preprocessor_config.json +1 -20
preprocessor_config.json CHANGED
@@ -1,24 +1,4 @@
1
  {
2
- "_valid_processor_keys": [
3
- "images",
4
- "annotations",
5
- "return_segmentation_masks",
6
- "masks_path",
7
- "do_resize",
8
- "size",
9
- "resample",
10
- "do_rescale",
11
- "rescale_factor",
12
- "do_normalize",
13
- "do_convert_annotations",
14
- "image_mean",
15
- "image_std",
16
- "do_pad",
17
- "format",
18
- "return_tensors",
19
- "data_format",
20
- "input_data_format"
21
- ],
22
  "do_convert_annotations": true,
23
  "do_normalize": true,
24
  "do_pad": true,
@@ -36,6 +16,7 @@
36
  0.224,
37
  0.225
38
  ],
 
39
  "resample": 2,
40
  "rescale_factor": 0.00392156862745098,
41
  "size": {
 
1
  {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  "do_convert_annotations": true,
3
  "do_normalize": true,
4
  "do_pad": true,
 
16
  0.224,
17
  0.225
18
  ],
19
+ "pad_size": null,
20
  "resample": 2,
21
  "rescale_factor": 0.00392156862745098,
22
  "size": {