alterf commited on
Commit
e79f278
1 Parent(s): 1ae97ed

Upload processor

Browse files
Files changed (1) hide show
  1. preprocessor_config.json +20 -0
preprocessor_config.json CHANGED
@@ -1,4 +1,24 @@
1
  {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  "do_convert_annotations": true,
3
  "do_normalize": true,
4
  "do_pad": true,
 
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,