Merge pull request #563 from FlyingQianMM/develop_test · h...
import imgaug.augmenters as iaa if im.shape[-1] != 3: raise Exception( "Only the 3-channel RGB image is supported in the imgaug operator, but recieved image channel is {}". format(im.shape[-1])) im = execute_im