RandomVerticalFlip¶
- class RandomVerticalFlip(prob=0.5, *, order=None)[source]¶
Vertically flip the input data randomly with a given probability.
- Parameters
p – probability of the input data being flipped. Default: 0.5
order – the same with
VisionTransform
.