Commit ·
7a76e0b
1
Parent(s): bf8a8b2
fix: add autoimage processor configuration
Browse files- processor_config.json +2 -1
processor_config.json
CHANGED
|
@@ -6,7 +6,8 @@
|
|
| 6 |
"image_processor": {
|
| 7 |
"_processor_class": null,
|
| 8 |
"auto_map": {
|
| 9 |
-
"AutoProcessor": "modular_isaac.IsaacProcessor"
|
|
|
|
| 10 |
},
|
| 11 |
"crop_size": null,
|
| 12 |
"data_format": "channels_first",
|
|
|
|
| 6 |
"image_processor": {
|
| 7 |
"_processor_class": null,
|
| 8 |
"auto_map": {
|
| 9 |
+
"AutoProcessor": "modular_isaac.IsaacProcessor",
|
| 10 |
+
"AutoImageProcessor": "modular_isaac.IsaacImageProcessorFast"
|
| 11 |
},
|
| 12 |
"crop_size": null,
|
| 13 |
"data_format": "channels_first",
|