ashnkumar / sketch-code

Keras model to generate HTML code from hand-drawn website mockups. Implements an image captioning architecture to drawn source images.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What does "ImagePreprocessor.augment_and_save_images" mean?

Sibylzx0 opened this issue · comments

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?