Flip Augmentation
Last updated
Was this helpful?
Last updated
Was this helpful?
Randomly flip (reflect) an image vertically or horizontally to help your model be insensitive to subject orientation.
Horizontal: Flip the imageโs NumPy array in the left/right direction.
Vertical: Flip the imageโs NumPy array in the up/down direction.