generated from roboflow/template-python
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
supervision-0.18.0
release
#764
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
…ata-field-to-support-custom-payload' into feature/extend-detections-with-data-field-to-support-custom-payload
…ata-field-to-support-custom-payload' into feature/extend-detections-with-data-field-to-support-custom-payload # Conflicts: # supervision/detection/core.py
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 9.5.2 to 9.5.3. - [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.2...9.5.3) --- updated-dependencies: - dependency-name: mkdocs-material dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.4.3 to 7.4.4. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@7.4.3...7.4.4) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
⬆️ Bump pytest from 7.4.3 to 7.4.4
…ata-field-to-support-custom-payload' into feature/extend-detections-with-data-field-to-support-custom-payload
…data-field-to-support-custom-payload feature/extend-detections-with-data-field-to-support-custom-payload
Bumps [pillow](https://github.com/python-pillow/Pillow) from 10.1.0 to 10.2.0. - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst) - [Commits](python-pillow/Pillow@10.1.0...10.2.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
…-roboflow-result feature/extract-class-name-from-roboflow-result
…ections.data` field
Signed-off-by: Onuralp SEZER <[email protected]>
…>>>/... removed Signed-off-by: Onuralp SEZER <[email protected]>
… removed Signed-off-by: Onuralp SEZER <[email protected]>
Add Prediction Smoothing
…mproved-code-usability Removed '>>>' and '...' from examples and docs and improved some indentation.
Signed-off-by: Onuralp SEZER <[email protected]>
Signed-off-by: Onuralp SEZER <[email protected]>
docs: 📝 readme >>>/... removed
fix(docs): 🐞 emoji extension added for show emojis properly
Signed-off-by: Onuralp SEZER <[email protected]>
# Conflicts: # docs/annotators.md
feat: ✨ yolov8-obb support and OrientedBoxAnnotator added for obb
- `supervision-0.18.0` release changelog update - minot docs changes
…gelog `supervision-0.18.0` change log update
SkalskiP
added a commit
that referenced
this pull request
Jan 25, 2024
Merge pull request #764 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
supervision-0.18.0
release is around the corner. Here is the timeline:24 Jan 2024 08:00 PM CEST (UTC +2) / 24 Jan 2024 11:00 AM PDT (UTC -7)
- mergedevelop
intomain
- closing listsupervision-0.18.0
features25 Jan 2023 11:00 AM CEST (UTC +2) / 25 Jan 2023 02:00 AM PDT (UTC -7)
- releasesupervision-0.18.0
🪵 Changelog
🚀 Added
sv.PercentageBarAnnotator
allowing to annotate images and videos with percentage values representing confidence or other custom property. (#720)sv.RoundBoxAnnotator
allowing to annotate images and videos with rounded corners bounding boxes. (#702)sv.DetectionsSmoother
allowing for smoothing detections over multiple frames in video tracking. (#696)supervision-detection-smoothing.mp4
sv.OrientedBoxAnnotator
allowing to annotate images and videos with OBB (Oriented Bounding Boxes). (#770)sv.ColorPalette.from_matplotlib
allowing users to create asv.ColorPalette
instance from a Matplotlib color palette.🌱 Changed
sv.Detections.from_ultralytics
adding support for OBB (Oriented Bounding Boxes). (#770)sv.LineZone
to now accept a list of specific box anchors that must cross the line for a detection to be counted. This update marks a significant improvement from the previous requirement, where all four box corners were necessary. Users can now specify a single anchor, such assv.Position.BOTTOM_CENTER
, or any other combination of anchors defined asList[sv.Position]
. (#735)sv.Detections
to support custom payload. (#700)sv.Color
's andsv.ColorPalette
's method of accessing predefined colors, transitioning from a function-based approach (sv.Color.red()
) to a more intuitive and conventional property-based method (sv.Color.RED
). (#756) (#769)sv.ColorPalette.DEFAULT
value, giving users a more extensive set of annotation colors. (#769)🛠️ Fixed
sv.LineZone
functionality to accurately update the counter when an object crosses a line from any direction, including from the side. This enhancement enables more precise tracking and analytics, such as calculating individual in/out counts for each lane on the road. (#735)vehicle-counting-result-left-lane-1-anchor-bottom-center-optimized.mp4
🏆 Contributors
@onuralpszr (Onuralp SEZER), @HinePo (Rafael Levy), @xaristeidou (Christoforos Aristeidou), @revtheundead (Utku Özbek), @paulguerrie (Paul Guerrie), @yeldarby (Brad Dwyer), @capjamesg (James Gallagher), @SkalskiP (Piotr Skalski)