Skip to content

Commit

Permalink
Feature: More augmentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Flippchen committed Feb 8, 2024
1 parent b223133 commit 0720f69
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions utilities/tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ def create_augmentation_layer(img_height: int, img_width: int) -> keras.Sequenti
layers.RandomRotation(0.2),
layers.RandomZoom(0.1),
layers.RandomContrast(0.1),
layers.GaussianNoise(0.1)
]
)

Expand Down

0 comments on commit 0720f69

Please sign in to comment.