Skip to content

Hotfix release with fixes for RandomGauss

Compare
Choose a tag to compare
@ternaus ternaus released this 19 Jun 22:13
· 164 commits to main since this release
a07f249

Hotfix release that addresses issues introduced in 1.4.9

There were two issues in GaussNoise that this release addresses:

  • Default value of 0.5 for noise_scale_factor, which is different from the behavior before version 1.4.9. Now default value = 1, which means random noise is created for every point independently
  • Noise was truncated before adding to the image, so that gauss >=0. Fixed.