Update preprocessor_config.json
Browse files- preprocessor_config.json +3 -0
preprocessor_config.json
CHANGED
@@ -1,4 +1,7 @@
|
|
1 |
{
|
|
|
|
|
|
|
2 |
"do_convert_annotations": true,
|
3 |
"do_normalize": true,
|
4 |
"do_pad": true,
|
|
|
1 |
{
|
2 |
+
"auto_map": {
|
3 |
+
"AutoImageProcessor": "image_processing_diffusiondet.DiffusionDetImageProcessor",
|
4 |
+
},
|
5 |
"do_convert_annotations": true,
|
6 |
"do_normalize": true,
|
7 |
"do_pad": true,
|