MRE is in documentation, concerning Interop functionality link
Traceback (most recent call last):
File "D:\Misc\Projects\plate_distortion\tttt.py", line 35, in <module>
augmented_image = pipeline.augment(image)["output"]
^^^^^^^^^^^^^^^^^^^^^^^
File "D:\Misc\Projects\plate_distortion\venv\Lib\site-packages\augraphy\base\augmentationpipeline.py", line 213, in augment
data = self.augment_single_image(
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\Misc\Projects\plate_distortion\venv\Lib\site-packages\augraphy\base\augmentationpipeline.py", line 419, in augment_single_image
self.apply_phase(data, layer="post", phase=self.post_phase)
File "D:\Misc\Projects\plate_distortion\venv\Lib\site-packages\augraphy\base\augmentationpipeline.py", line 740, in apply_phase
result = augmentation(
^^^^^^^^^^^^^
TypeError: Interop.__call__() got an unexpected keyword argument 'mask'
I believe it could be fixed by adding those arguments to Interop.__call__
MRE is in documentation, concerning Interop functionality link
I believe it could be fixed by adding those arguments to
Interop.__call__