generated from roboflow/template-python
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
supervision-0.20.0
release
#1127
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
Merged
Conversation
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
Bumps [nbconvert](https://github.com/jupyter/nbconvert) from 7.16.2 to 7.16.3. - [Release notes](https://github.com/jupyter/nbconvert/releases) - [Changelog](https://github.com/jupyter/nbconvert/blob/main/CHANGELOG.md) - [Commits](jupyter/nbconvert@v7.16.2...v7.16.3) --- updated-dependencies: - dependency-name: nbconvert dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
⬆️ Bump nbconvert from 7.16.2 to 7.16.3
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.3.3 to 0.3.4. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@v0.3.3...v0.3.4) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
⬆️ Bump ruff from 0.3.3 to 0.3.4
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 9.5.14 to 9.5.15. - [Release notes](https://github.com/squidfunk/mkdocs-material/releases) - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG) - [Commits](squidfunk/mkdocs-material@9.5.14...9.5.15) --- updated-dependencies: - dependency-name: mkdocs-material dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [tox](https://github.com/tox-dev/tox) from 4.14.1 to 4.14.2. - [Release notes](https://github.com/tox-dev/tox/releases) - [Changelog](https://github.com/tox-dev/tox/blob/main/docs/changelog.rst) - [Commits](tox-dev/tox@4.14.1...4.14.2) --- updated-dependencies: - dependency-name: tox dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
⬆️ Bump tox from 4.14.1 to 4.14.2
…-9.5.15 ⬆️ Bump mkdocs-material from 9.5.14 to 9.5.15
…e_improvements How to Detect and Annotate Tutorial Improvements
…s-to-match-Detections-with-tracker_id-v2 Fix issue #754
Add `corner_radius` to `sv.LabelAnnotator` to handle roundness of label edges.
updates: - [github.com/astral-sh/ruff-pre-commit: v0.3.3 → v0.3.4](astral-sh/ruff-pre-commit@v0.3.3...v0.3.4)
initial key point support and annotators
Fix keypoint crash with no detections
…ase' into docs/refactor_before_0.20.0_release
…lease docs/refactor before supervision 0.20.0 release
…g' into docs/supervision-0.20.0-changelog
docs/supervision 0.20.0 change log
SkalskiP
added a commit
that referenced
this pull request
Apr 24, 2024
Merge pull request #1127 from roboflow/develop
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.
📅 Timeline
The
supervision-0.20.0
release is around the corner. Here is the timeline:24 Apr 2024 08:00 PM CEST (UTC +2) / 24 Apr 2024 11:00 AM PDT (UTC -7)
- mergedevelop
intomain
- closing listsupervision-0.20.0
features25 Apr 2023 11:00 AM CEST (UTC +2) / 25 Apr 2023 02:00 AM PDT (UTC -7)
- releasesupervision-0.20.0
🪵 Changelog
🚀 Added
sv.KeyPoints
to provide initial support for pose estimation and broader keypoint detection models. (#1128)sv.EdgeAnnotator
andsv.VertexAnnotator
to enable rendering of results from keypoint detection models. (#1128)🌱 Changed
sv.LabelAnnotator
by adding an additionalcorner_radius
argument that allows for rounding the corners of the bounding box. (#1037)sv.PolygonZone
such that theframe_resolution_wh
argument is no longer required to initializesv.PolygonZone
. (#1109)Warning
The
frame_resolution_wh
parameter insv.PolygonZone
is deprecated and will be removed insupervision-0.24.0
.sv.get_polygon_center
to calculate a more accurate polygon centroid. (#1084)sv.Detections.from_transformers
by adding support for Transformers segmentation models and extract class names values. (#1069)🛠️ Fixed
sv.ByteTrack.update_with_detections
which was removing segmentation masks while tracking. Now,ByteTrack
can be used alongside segmentation models. (#787)🏆 Contributors
@onuralpszr (Onuralp SEZER), @rolson24 (Raif Olson), @xaristeidou (Christoforos Aristeidou), @jeslinpjames (Jeslin P James), @Griffin-Sullivan (Griffin Sullivan), @PawelPeczek-Roboflow (Paweł Pęczek), @pirnerjonas (Jonas Pirner), @sharingan000, @macc-n, @LinasKo (Linas Kondrackis), @SkalskiP (Piotr Skalski)