Murat Seckin Ayhan

Results 1 comments of Murat Seckin Ayhan

Hi, I am working with medical images with 3 channels: RGB. I created a pipeline using the `keras_generator_from_array` method as follows: ``` aug_p = Augmentor.Pipeline() aug_p.shear(probability=1., max_shear_left=25, max_shear_right=25) aug_p.skew(probability=1., magnitude=1.)...