niki-stha commited on
Commit
aa3d436
1 Parent(s): b281b8f

Upload processor

Browse files
Files changed (1) hide show
  1. preprocessor_config.json +4 -4
preprocessor_config.json CHANGED
@@ -3,14 +3,14 @@
3
  "do_pad": true,
4
  "do_rescale": true,
5
  "do_resize": true,
6
- "feature_extractor_type": "YolosFeatureExtractor",
7
  "format": "coco_detection",
8
  "image_mean": [
9
  0.485,
10
  0.456,
11
  0.406
12
  ],
13
- "image_processor_type": "YolosFeatureExtractor",
14
  "image_std": [
15
  0.229,
16
  0.224,
@@ -19,7 +19,7 @@
19
  "resample": 2,
20
  "rescale_factor": 0.00392156862745098,
21
  "size": {
22
- "longest_edge": 864,
23
- "shortest_edge": 512
24
  }
25
  }
 
3
  "do_pad": true,
4
  "do_rescale": true,
5
  "do_resize": true,
6
+ "feature_extractor_type": "DetrFeatureExtractor",
7
  "format": "coco_detection",
8
  "image_mean": [
9
  0.485,
10
  0.456,
11
  0.406
12
  ],
13
+ "image_processor_type": "DetrImageProcessor",
14
  "image_std": [
15
  0.229,
16
  0.224,
 
19
  "resample": 2,
20
  "rescale_factor": 0.00392156862745098,
21
  "size": {
22
+ "longest_edge": 1333,
23
+ "shortest_edge": 800
24
  }
25
  }