Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix #30 Add bluring techniques for image augmentation #31

Closed
wants to merge 0 commits into from

Conversation

yashk2000
Copy link
Collaborator

@yashk2000 yashk2000 commented Mar 30, 2020

Fix #30

Add average, Gaussian, median and bilateral filtering techniques for blurring images. This will smoothen the images a bit using a 5*5 kernel and hence give more output images, increasing the size of the dataset and thereby increasing the accuracy of the model when trained.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Apply blurring techniques for augmentation
1 participant