Flip top-bottom with probability p (Albumentations VerticalFlip).
Mirrors the image about its horizontal centre-line, mirrors the mask the same way, and reflects bounding-box / keypoint y-coordinates via the canvas height so every target stays aligned.
Parameters
pfloat= 0.5Probability of applying the flip.