Commit
·
d8ae54e
1
Parent(s):
c8747a5
not sure what that syntax is
Browse files- preprocessor_config.json +2 -2
preprocessor_config.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
{
|
| 2 |
"auto_map": {
|
| 3 |
-
"AutoProcessor": "processing_img2html.Img2HTMLProcessor",
|
| 4 |
-
"AutoImageProcessor": "image_processing_img2html.Img2HTMLImageProcessor"
|
| 5 |
},
|
| 6 |
"image_num_channels": 3,
|
| 7 |
"image_mean": [
|
|
|
|
| 1 |
{
|
| 2 |
"auto_map": {
|
| 3 |
+
"AutoProcessor": ["processing_img2html.Img2HTMLProcessor", null],
|
| 4 |
+
"AutoImageProcessor": ["image_processing_img2html.Img2HTMLImageProcessor", null]
|
| 5 |
},
|
| 6 |
"image_num_channels": 3,
|
| 7 |
"image_mean": [
|