Dennis182
Results
2
comments of
Dennis182
I`m currently using Python 3.8.2
It's pretty strange, I only get the exception when processing multiple images with multiple augmentation methods like: def main() ... for img in imgs: augmented_imgs, augm = augmenter.albumentation(img, np.asarray(img)) def...