Data Augmentation Split Issue

Hi there! This is because the split works on your original set of source images. After you create that split, we augment only images in the train set. If valid or test images were augmented, this would hurt model performance.