print("Total number of samples in test folder {}".format(nb_test_files))
## 数据集划分结束
####################################
####################################
## 数据增强
# In this section use Keras ImageDataGenerator to create generators for train, validation and test data. The train and validation data are augmented through a series of transformation (shift, zoom, rotation...)