IMvision12 commited on
Commit
6e4fe26
·
verified ·
1 Parent(s): 8ad2dce

Upload kf_preprocessor.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. kf_preprocessor.json +21 -24
kf_preprocessor.json CHANGED
@@ -3,28 +3,25 @@
3
  "kerasformers_version": "1.1.3",
4
  "preprocessor_module": "kerasformers.models.rf_detr",
5
  "preprocessor_class": "RFDETRImageProcessor",
6
- "variant": "rfdetr-medium",
7
- "config": {
8
- "size": {
9
- "height": 560,
10
- "width": 560
11
- },
12
- "resample": "bilinear",
13
- "do_rescale": true,
14
- "rescale_factor": 0.00392156862745098,
15
- "do_normalize": true,
16
- "image_mean": [
17
- 0.485,
18
- 0.456,
19
- 0.406
20
- ],
21
- "image_std": [
22
- 0.229,
23
- 0.224,
24
- 0.225
25
- ],
26
- "return_tensor": true,
27
- "data_format": null,
28
- "variant": null
29
- }
30
  }
 
3
  "kerasformers_version": "1.1.3",
4
  "preprocessor_module": "kerasformers.models.rf_detr",
5
  "preprocessor_class": "RFDETRImageProcessor",
6
+ "variant": null,
7
+ "size": {
8
+ "height": 576,
9
+ "width": 576
10
+ },
11
+ "resample": "bilinear",
12
+ "do_rescale": true,
13
+ "rescale_factor": 0.00392156862745098,
14
+ "do_normalize": true,
15
+ "image_mean": [
16
+ 0.485,
17
+ 0.456,
18
+ 0.406
19
+ ],
20
+ "image_std": [
21
+ 0.229,
22
+ 0.224,
23
+ 0.225
24
+ ],
25
+ "return_tensor": true,
26
+ "data_format": null
 
 
 
27
  }