I am doing data augmentation using \'imgaug\'library in python. Below is my code.
seq = iaa.Sequential([iaa.AddToBrightness((-10, 10)), iaa