I am trying to follow through this code sample: Multiclass semantic segmentation using DeepLabV3+
The author is not augmenting the data in any way. The dataset used here (CIHP) has training, validation, and test images and both training and validation have corresponding masks for the objects of interest.
How can we run augmentations on the data during training? Can you guys provide some examples?