Upload preprocessor_config.json
Browse files- preprocessor_config.json +6 -6
preprocessor_config.json
CHANGED
|
@@ -1,4 +1,8 @@
|
|
| 1 |
{
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
"do_convert_rgb": true,
|
| 3 |
"do_normalize": true,
|
| 4 |
"do_rescale": true,
|
|
@@ -8,7 +12,7 @@
|
|
| 8 |
0.5,
|
| 9 |
0.5
|
| 10 |
],
|
| 11 |
-
"image_processor_type": "
|
| 12 |
"image_std": [
|
| 13 |
0.5,
|
| 14 |
0.5,
|
|
@@ -18,12 +22,8 @@
|
|
| 18 |
"merge_size": 2,
|
| 19 |
"min_pixels": 147384,
|
| 20 |
"patch_size": 14,
|
|
|
|
| 21 |
"resample": 3,
|
| 22 |
"rescale_factor": 0.00392156862745098,
|
| 23 |
-
"size": {
|
| 24 |
-
"max_pixels": 2822400,
|
| 25 |
-
"min_pixels": 147384
|
| 26 |
-
},
|
| 27 |
-
"temporal_conv_size": 1,
|
| 28 |
"temporal_patch_size": 1
|
| 29 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"auto_map": {
|
| 3 |
+
"AutoImageProcessor": "image_processing_paddleocr_vl.PaddleOCRVLImageProcessor",
|
| 4 |
+
"AutoProcessor": "processing_paddleocr_vl.PaddleOCRVLProcessor"
|
| 5 |
+
},
|
| 6 |
"do_convert_rgb": true,
|
| 7 |
"do_normalize": true,
|
| 8 |
"do_rescale": true,
|
|
|
|
| 12 |
0.5,
|
| 13 |
0.5
|
| 14 |
],
|
| 15 |
+
"image_processor_type": "PaddleOCRVLImageProcessor",
|
| 16 |
"image_std": [
|
| 17 |
0.5,
|
| 18 |
0.5,
|
|
|
|
| 22 |
"merge_size": 2,
|
| 23 |
"min_pixels": 147384,
|
| 24 |
"patch_size": 14,
|
| 25 |
+
"processor_class": "PaddleOCRVLProcessor",
|
| 26 |
"resample": 3,
|
| 27 |
"rescale_factor": 0.00392156862745098,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 28 |
"temporal_patch_size": 1
|
| 29 |
}
|