-
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
Adding support for plot()
in image metrics
#1480
Adding support for plot()
in image metrics
#1480
Conversation
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
What is done: What is remaining: |
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #1480 +/- ##
======================================
- Coverage 89% 88% -0%
======================================
Files 216 216
Lines 11275 11331 +56
======================================
+ Hits 9993 10022 +29
- Misses 1282 1309 +27 |
for more information, see https://pre-commit.ci
What does this PR do?
Fixes #1406.
What is done:
(1) SpectralDistortionIndex
(2) ErrorRelativeGlobalDimensionlessSynthesis
(3) PeakSignalNoiseRatio
(4) SpectralAngleMapper
(5) StructuralSimilarityIndexMeasure and MultiScaleStructuralSimilarityIndexMeasure
(6) UniversalImageQualityIndex
What is remaining:
(1) FrechetInceptionDistance
(2) InceptionScore
(3) KernelInceptionDistance
(4) LearnedPerceptualImagePatchSimilarity
(5) TotalVariation
My blocker currently is all the above modules not having ‘preds’ and ‘targets’ like the others when calling metric.update(preds, target) . Any help is greatly appreciated.
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 🙃