-
Notifications
You must be signed in to change notification settings - Fork 291
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
Add PhaseShift Transform #1714
Add PhaseShift Transform #1714
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1714 +/- ##
==========================================
+ Coverage 84.88% 84.93% +0.05%
==========================================
Files 157 158 +1
Lines 6543 6567 +24
==========================================
+ Hits 5554 5578 +24
Misses 989 989 ☔ View full report in Codecov by Sentry. |
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.
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 for the update! The results look great.
I left some feedback regarding the sign of theta and docstring formatting. Everything else looks good 👍🏼
Co-authored-by: guarin <[email protected]>
Co-authored-by: guarin <[email protected]>
Co-authored-by: guarin <[email protected]>
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.
LGTM! Thanks a lot for the contribution!
closes #1659
Modified file(s)
lightly/transforms/__init__.py
: Added new transform imports for phase shift transform.gitignore
: Added.venv
to ignored packagesCreated file(s)
lightly/transforms/phase_shift_transform.py
tests/transforms/test_phase_shift_transform.py