face-mobile-detection / preprocessing_config.json
sreenathsree1578's picture
Upload 2 files
a1f8545 verified
{
"image": {
"target_height": 224,
"target_width": 224,
"rescale_factor": 0.00392156862745098,
"color_mode": "rgb"
},
"data_generator": {
"batch_size": 32,
"class_mode": "binary"
},
"augmentation": {
"rotation_range": 20,
"width_shift_range": 0.2,
"height_shift_range": 0.2,
"horizontal_flip": true,
"zoom_range": 0.2,
"shear_range": 0.2,
"fill_mode": "nearest"
}
}