Class RandomFlipTopBottom

java.lang.Object
ai.djl.modality.cv.transform.RandomFlipTopBottom
All Implemented Interfaces:
Transform

public class RandomFlipTopBottom extends Object implements Transform
A Transform that randomly flip the input image top to bottom with a probability of 0.5.
  • Constructor Details

    • RandomFlipTopBottom

      public RandomFlipTopBottom()
  • Method Details