Add image processor from convert_rt_detr_original_pytorch_checkpoint_to_pytorch.py
Browse files- preprocessor_config.json +2 -0
preprocessor_config.json
CHANGED
|
@@ -14,6 +14,7 @@
|
|
| 14 |
"image_mean",
|
| 15 |
"image_std",
|
| 16 |
"do_pad",
|
|
|
|
| 17 |
"format",
|
| 18 |
"return_tensors",
|
| 19 |
"data_format",
|
|
@@ -36,6 +37,7 @@
|
|
| 36 |
0.224,
|
| 37 |
0.225
|
| 38 |
],
|
|
|
|
| 39 |
"resample": 2,
|
| 40 |
"rescale_factor": 0.00392156862745098,
|
| 41 |
"size": {
|
|
|
|
| 14 |
"image_mean",
|
| 15 |
"image_std",
|
| 16 |
"do_pad",
|
| 17 |
+
"pad_size",
|
| 18 |
"format",
|
| 19 |
"return_tensors",
|
| 20 |
"data_format",
|
|
|
|
| 37 |
0.224,
|
| 38 |
0.225
|
| 39 |
],
|
| 40 |
+
"pad_size": null,
|
| 41 |
"resample": 2,
|
| 42 |
"rescale_factor": 0.00392156862745098,
|
| 43 |
"size": {
|