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 FrequencyNoise #651

Merged
merged 3 commits into from
May 3, 2020
Merged

Improve Performance of FrequencyNoise #651

merged 3 commits into from
May 3, 2020

Conversation

aleju
Copy link
Owner

@aleju aleju commented Apr 13, 2020

This patch improves the performance of
imgaug.parameters.FrequencyNoise, which is used in some
weather augmenters. The parameter now samples HxW arrays
about 1.3x to 1.5x faster (more improvement for larger
images).

aleju added 3 commits April 13, 2020 23:56
This patch improves the performance of
`imgaug.parameters.FrequencyNoise`, which is used in some
weather augmenters. The parameter now samples `HxW` arrays
about 1.3x to 1.5x faster (more improvement for larger
images).
@codecov-io
Copy link

Codecov Report

Merging #651 into master will increase coverage by 0.01%.
The diff coverage is 98.21%.

@@            Coverage Diff             @@
##           master     #651      +/-   ##
==========================================
+ Coverage   96.36%   96.37%   +0.01%     
==========================================
  Files          41       41              
  Lines       14683    14705      +22     
==========================================
+ Hits        14148    14171      +23     
+ Misses        535      534       -1     

@aleju aleju changed the title Improve Performance of FrequenceNoise Improve Performance of FrequencyNoise Apr 21, 2020
@aleju aleju merged commit e67fc6c into master May 3, 2020
@aleju aleju deleted the improve_freqnoise branch May 3, 2020 09:51
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.

2 participants