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

Improve performance of glass blur #683

Merged
merged 4 commits into from
May 31, 2020
Merged

Improve performance of glass blur #683

merged 4 commits into from
May 31, 2020

Conversation

aleju
Copy link
Owner

@aleju aleju commented May 30, 2020

This patch improves the performance of
imgaug.augmenters.imgcorruptplike.apply_glass_blur()
and the corresponding augmenter. The improvement is
around 14x to 45x, depending on the image size
(larger images have more speedup).

Added dependencies:

  • numba

aleju added 4 commits May 30, 2020 16:41
This patch improves the performance of
`imgaug.augmenters.imgcorruptplike.apply_glass_blur()`
and the corresponding augmenter. The improvement is
around 14x to 45x, depending on the image size
(larger images have more speedup).

Added dependencies:
* `numba`
@codecov
Copy link

codecov bot commented May 30, 2020

Codecov Report

Merging #683 into master will decrease coverage by 0.00%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #683      +/-   ##
==========================================
- Coverage   96.37%   96.37%   -0.00%     
==========================================
  Files          41       41              
  Lines       15647    15660      +13     
==========================================
+ Hits        15079    15091      +12     
- Misses        568      569       +1     

@aleju aleju merged commit fda7bfb into master May 31, 2020
@aleju aleju deleted the glass_blur branch May 31, 2020 09:40
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.

1 participant