Ensemble faster-rcnn detectors#114
Draft
sfmig wants to merge 41 commits into
Draft
Conversation
…ections. Add types for kwargs. Add image shape validation
for more information, see https://pre-commit.ci
5eab499 to
7deace1
Compare
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
7 tasks
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #114 +/- ##
===========================================
- Coverage 99.46% 77.01% -22.45%
===========================================
Files 8 11 +3
Lines 558 744 +186
===========================================
+ Hits 555 573 +18
- Misses 3 171 +168 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
for more information, see https://pre-commit.ci
* update supported Python version to 3.11 - 3.13 * Use default python version for docs build * Bring back Python version for build docs action --------- Co-authored-by: sfmig <33267254+sfmig@users.noreply.github.com>
updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.3 → v0.14.7](astral-sh/ruff-pre-commit@v0.14.3...v0.14.7) - [github.com/pre-commit/mirrors-mypy: v1.18.2 → v1.19.0](pre-commit/mirrors-mypy@v1.18.2...v1.19.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
* Classvars for validators WIP * Make defaults class variables also for file validators * Update docstrings * Add uv.lock to .gitignore * Clarify comments on class variables in validators to indicate they should not be modified after initialization. * Remove class attribute from docstring (not numpy style) * Fix excluded modules in API index generation script * Add preliminary tests
cb321b7 to
5399fef
Compare
7 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
In this PR
torchvision.models.detection)References
Please reference any existing issues/PRs that relate to this PR.
How has this PR been tested?
Please explain how any new code has been tested, and how you have ensured that no existing functionality has changed.
Is this a breaking change?
If this PR breaks any existing functionality, please explain how and why.
Does this PR require an update to the documentation?
If any features have changed, or have been added. Please explain how the
documentation has been updated.
Checklist: