Skip to content

Commit 465b8de

Browse files
authored
added more info
1 parent d27e9b9 commit 465b8de

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

Image_Augmentation/README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,20 @@
33
## Overview
44
<br/>Image augmentation is a technique that is used to artificially expand the data-set.
55
<br/>This is helpful when we are given a data-set with very few data samples
6+
7+
## Working:
8+
- Here, I have used Keras ImageDataGenerator to perform Image Augmentation
9+
- Image data generator has to many factors that can be changed to get different images from the provided image.
10+
- some of them are:
11+
- rotation_range
12+
- width_shift_range
13+
- height_shift_range
14+
- brightness_range
15+
- shear_range
16+
- zoom_range
17+
- fill_mode
18+
- horizontal_flip
19+
- cval
20+
- rescale
21+
22+

0 commit comments

Comments
 (0)