sketch-code
sketch-code copied to clipboard
What does "ImagePreprocessor.augment_and_save_images" mean?
Augmentation is used to generate more data? Isn't it? But this function augment_and_save_images does not generate more training data, it just changes the meta data and the data length of result is equal to the length of input data? Is it just used to improve adaptive performance?