NRPU commited on
Commit
0ed2a59
1 Parent(s): aa54856

Upload processor

Browse files
Files changed (1) hide show
  1. preprocessor_config.json +24 -45
preprocessor_config.json CHANGED
@@ -1,45 +1,24 @@
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,
25
- "do_rescale": true,
26
- "do_resize": true,
27
- "format": "coco_detection",
28
- "image_mean": [
29
- 0.485,
30
- 0.456,
31
- 0.406
32
- ],
33
- "image_processor_type": "DetrImageProcessor",
34
- "image_std": [
35
- 0.229,
36
- 0.224,
37
- 0.225
38
- ],
39
- "resample": 2,
40
- "rescale_factor": 0.00392156862745098,
41
- "size": {
42
- "longest_edge": 1333,
43
- "shortest_edge": 800
44
- }
45
- }
 
1
+ {
2
+ "do_normalize": true,
3
+ "do_pad": true,
4
+ "do_rescale": true,
5
+ "do_resize": true,
6
+ "format": "coco_detection",
7
+ "image_mean": [
8
+ 0.485,
9
+ 0.456,
10
+ 0.406
11
+ ],
12
+ "image_processor_type": "DetrImageProcessor",
13
+ "image_std": [
14
+ 0.229,
15
+ 0.224,
16
+ 0.225
17
+ ],
18
+ "resample": 2,
19
+ "rescale_factor": 0.00392156862745098,
20
+ "size": {
21
+ "longest_edge": 1333,
22
+ "shortest_edge": 800
23
+ }
24
+ }