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

feat: Added Gaussian Noise implementation in Tensorflow #771

Merged
merged 3 commits into from
Dec 29, 2021

Conversation

SiddhantBahuguna
Copy link
Contributor

This PR adds the following changes to the existing repo:

  • It adds Gaussian Noise augmentation implementation in Tensorflow
  • It adds a unittest for the same in Tensorflow
  • Added GaussianNoise in the documentation

Any feedback is welcome!

@SiddhantBahuguna SiddhantBahuguna added topic: documentation Improvements or additions to documentation ext: tests Related to tests folder module: transforms Related to doctr.transforms framework: tensorflow Related to TensorFlow backend labels Dec 29, 2021
@SiddhantBahuguna SiddhantBahuguna added this to the 0.5.0 milestone Dec 29, 2021
@codecov
Copy link

codecov bot commented Dec 29, 2021

Codecov Report

Merging #771 (867152d) into main (f5b6375) will decrease coverage by 0.01%.
The diff coverage is 91.66%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #771      +/-   ##
==========================================
- Coverage   95.93%   95.92%   -0.02%     
==========================================
  Files         129      129              
  Lines        4845     4857      +12     
==========================================
+ Hits         4648     4659      +11     
- Misses        197      198       +1     
Flag Coverage Δ
unittests 95.92% <91.66%> (-0.02%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
doctr/transforms/modules/tensorflow.py 92.42% <91.66%> (-0.08%) ⬇️
doctr/transforms/modules/base.py 94.52% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f5b6375...867152d. Read the comment docs.

Copy link
Contributor

@fg-mindee fg-mindee left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ext: tests Related to tests folder framework: tensorflow Related to TensorFlow backend module: transforms Related to doctr.transforms topic: documentation Improvements or additions to documentation type: new feature New feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants