Commit
·
c8747a5
1
Parent(s):
a8fbbf3
autoimageprocesor
Browse files- preprocessor_config.json +2 -1
preprocessor_config.json
CHANGED
|
@@ -1,6 +1,7 @@
|
|
| 1 |
{
|
| 2 |
"auto_map": {
|
| 3 |
-
"AutoProcessor": "processing_img2html.Img2HTMLProcessor"
|
|
|
|
| 4 |
},
|
| 5 |
"image_num_channels": 3,
|
| 6 |
"image_mean": [
|
|
|
|
| 1 |
{
|
| 2 |
"auto_map": {
|
| 3 |
+
"AutoProcessor": "processing_img2html.Img2HTMLProcessor",
|
| 4 |
+
"AutoImageProcessor": "image_processing_img2html.Img2HTMLImageProcessor"
|
| 5 |
},
|
| 6 |
"image_num_channels": 3,
|
| 7 |
"image_mean": [
|