-
Notifications
You must be signed in to change notification settings - Fork 405
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 support for SQ & RQ as well as per-class metrics #2381
Conversation
for more information, see https://pre-commit.ci
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #2381 +/- ##
========================================
- Coverage 69% 36% -33%
========================================
Files 307 307
Lines 17357 17396 +39
========================================
- Hits 11957 6301 -5656
- Misses 5400 11095 +5695 |
@ChristophReich1996 thanks for sending the pull request!
What do you think? |
@SkafteNicki Yeah having the same return time is useful and renaming the |
@SkafteNicki how is it going here, anything missing? |
…irements (#2445) build(deps): update fire requirement in /requirements Updates the requirements on [fire](https://github.com/google/python-fire) to permit the latest version. - [Release notes](https://github.com/google/python-fire/releases) - [Commits](google/python-fire@v0.1.0...v0.6.0) --- updated-dependencies: - dependency-name: fire dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…#2444) Bumps [pytest-timeout](https://github.com/pytest-dev/pytest-timeout) from 2.2.0 to 2.3.1. - [Commits](pytest-dev/pytest-timeout@2.2.0...2.3.1) --- updated-dependencies: - dependency-name: pytest-timeout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
306bb3d
to
4ed43e6
Compare
* Fix return type documentation of inception score * fix too long line --------- Co-authored-by: Nicki Skafte Detlefsen <skaftenicki@gmail.com>
…etrics into ChristophReich1996/master
What does this PR do?
Fixes #2380
This pull request adds support for also computing the Segmentation and Recognition Quality alongside the Panoptic Quality. I also added a flag to return the per-class metrics. Additional tests probably need to be added, right?
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 🙃
📚 Documentation preview 📚: https://torchmetrics--2381.org.readthedocs.build/en/2381/