Upload processor
Browse files- preprocessor_config.json +2 -1
preprocessor_config.json
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
{
|
2 |
"auto_map": {
|
3 |
-
"AutoImageProcessor": "processing_prismatic.PrismaticImageProcessor"
|
|
|
4 |
},
|
5 |
"image_processor_type": "PrismaticImageProcessor",
|
6 |
"image_resize_strategy": "resize-naive",
|
|
|
1 |
{
|
2 |
"auto_map": {
|
3 |
+
"AutoImageProcessor": "processing_prismatic.PrismaticImageProcessor",
|
4 |
+
"AutoProcessor": "processing_prismatic.PrismaticProcessor"
|
5 |
},
|
6 |
"image_processor_type": "PrismaticImageProcessor",
|
7 |
"image_resize_strategy": "resize-naive",
|