-
Notifications
You must be signed in to change notification settings - Fork 411
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 new metrics: SAM
#885
Add new metrics: SAM
#885
Conversation
for more information, see https://pre-commit.ci
# Conflicts: # torchmetrics/__init__.py # torchmetrics/image/sam.py
Codecov Report
@@ Coverage Diff @@
## master #885 +/- ##
=======================================
- Coverage 95% 71% -24%
=======================================
Files 169 171 +2
Lines 7096 7149 +53
=======================================
- Hits 6748 5086 -1662
- Misses 348 2063 +1715 |
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.
Hi @vumichien, can you please also update CHANGELOG.md
and add this new metric into the docs (docs/source/references/{functional,modules}.rst
files.):
@stancld Sorry I forgot it. I just updated them |
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.
To be coherent with the class metric SpectralAngleMapper
, it seems that spectral_angle_mapper
would be a better name.
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.
few comments
Co-authored-by: Nicki Skafte Detlefsen <[email protected]>
Co-authored-by: Nicki Skafte Detlefsen <[email protected]>
Co-authored-by: Nicki Skafte Detlefsen <[email protected]>
Co-authored-by: Nicki Skafte Detlefsen <[email protected]>
@Borda @SkafteNicki Could you help me to resolve this conflict with master? |
# Conflicts: # CHANGELOG.md
What does this PR do?
Adds new Metric SAM #799
Before submitting
PR review
Anyone in the community is free to review the PR once the tests have passed.
If we didn't discuss your PR in Github issues there's a high chance it will not be merged.
Did you have fun?
Make sure you had fun coding 🙃