项目作者: shsarv

项目描述 :
Image Data Augmentation with Keras and Image data generator with keras model.
高级语言: Jupyter Notebook
项目地址: git://github.com/shsarv/Image-Augmentation.git
创建时间: 2020-11-18T18:53:26Z
项目社区:https://github.com/shsarv/Image-Augmentation

开源协议:

下载


Image-Augmentation

Objectives

  • Image Data Augmentation with Keras.
  • Use Image Data Generator with a Keras Model.

Task

The project on Image Data Augmentation with Keras is divided into following tasks:

Task 1: Introduction and Importing Libraries

Task 2: Rotation

Task 3: Width and Height Shifts

Task 4: Brightness

Task 5: Shear Transformation

Task 6: Zoom

Task 7: Channel Shift

Task 8: Horizontal and Vertical Flips

Task 9: Data Normalization

Task 10: Rescale and Preprocessing Function

Task 11: Using in Model Training