Question/Issue:
The checkbox for data augmentation
does not modify the Keras code when the
Learning Block
is "Object Detection (Images)"
and the Model is FOMO.
Versus
The checkbox for data augmentation
does modify the Keras code when the
Learning Block
is "Transfer Learning (Images)"
and the Model is MobileNetV2.
The change is whether or not the following code is present:
# Implements the data augmentation policy
def augment_image(image, label):
...