-
Notifications
You must be signed in to change notification settings - Fork 285
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
Implementation of GaussianMixtureMasksTransform #1692
Implementation of GaussianMixtureMasksTransform #1692
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1692 +/- ##
==========================================
+ Coverage 84.78% 84.85% +0.07%
==========================================
Files 154 155 +1
Lines 6479 6509 +30
==========================================
+ Hits 5493 5523 +30
Misses 986 986 ☔ View full report in Codecov by Sentry. |
@snehilchatterjee, could you provide some input-output pairs? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks a lot for the PR, the augmentations look great! I left some comments to make the interface identical to the other FFT transforms.
0db5190
to
c9fe57a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! Reviewed again
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks great, thanks so much!
Glad I could contribute |
Modified Components:
lightly/transforms/__init__.py
New Files:
lightly/transforms/gaussian_mixture_masks_transform.py
tests/transforms/test_gaussian_mixture_masks.py
Enhancement:
Fixes Issue: