Skip to main content

Table 4 Image augmentation

From: Analysis and best parameters selection for person recognition based on gait model using CNN algorithm and image augmentation

datagen = ImageDataGenerator(

Rotation-range = 40,

Shear-range = 0.2,

Zoom-range = 0.2,

Horizontal-flip = True,

Brightness-range = (0.5, 1.5))