generated from roboflow/template-python
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
supervision-0.19.0
release
#991
Merged
Conversation
This file contains 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
…-css-update cookbooks page HTML optimisation + CSS update
Bumps [ipywidgets](https://github.com/jupyter-widgets/ipywidgets) from 8.1.1 to 8.1.2. - [Release notes](https://github.com/jupyter-widgets/ipywidgets/releases) - [Commits](jupyter-widgets/ipywidgets@8.1.1...8.1.2) --- updated-dependencies: - dependency-name: ipywidgets dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [nbconvert](https://github.com/jupyter/nbconvert) from 7.14.2 to 7.16.0. - [Release notes](https://github.com/jupyter/nbconvert/releases) - [Changelog](https://github.com/jupyter/nbconvert/blob/main/CHANGELOG.md) - [Commits](jupyter/nbconvert@v7.14.2...v7.16.0) --- updated-dependencies: - dependency-name: nbconvert dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
⬆️ Bump ipywidgets from 8.1.1 to 8.1.2
⬆️ Bump nbconvert from 7.14.2 to 7.16.0
[Cookbooks] - Improved functionality of cookbook cards
updates: - [github.com/PyCQA/bandit: 1.7.7 → 1.7.8](PyCQA/bandit@1.7.7...1.7.8) - [github.com/astral-sh/ruff-pre-commit: v0.2.2 → v0.3.2](astral-sh/ruff-pre-commit@v0.2.2...v0.3.2)
chore(pre_commit): ⬆ pre_commit autoupdate
…n_object_is_not_subscriptable Fix for #993 TypeError: 'ImageDetectionPrediction' object is not subscriptable
…pervision-0.19.0` release.
fix: 🐞 update PolygonZone test and update traffic-analysis depricated codes are updated
ci: 👷 update ruff config and group lint
Signed-off-by: Onuralp SEZER <[email protected]>
Add occupancy analytics cookbook
Add `sv.CropAnnotator` which annotates a cropped part of detections
Signed-off-by: Onuralp SEZER <[email protected]>
Bumps [notebook](https://github.com/jupyter/notebook) from 7.1.1 to 7.1.2. - [Release notes](https://github.com/jupyter/notebook/releases) - [Changelog](https://github.com/jupyter/notebook/blob/main/CHANGELOG.md) - [Commits](https://github.com/jupyter/notebook/compare/@jupyter-notebook/[email protected]...@jupyter-notebook/[email protected]) --- updated-dependencies: - dependency-name: notebook dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
⬆️ Bump notebook from 7.1.1 to 7.1.2
doc: 📚 json and csv example code syntax fix
`supervision-0.19.0` release changelog
SkalskiP
added a commit
that referenced
this pull request
Mar 15, 2024
Merge pull request #991 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.19.0
release is around the corner. Here is the timeline:14 Mar 2024 08:00 PM CEST (UTC +2) / 23 Jan 2024 11:00 AM PDT (UTC -7)
- mergedevelop
intomain
- closing listsupervision-0.19.0
features15 Mar 2023 11:00 AM CEST (UTC +2) / 24 Jan 2023 02:00 AM PDT (UTC -7)
- releasesupervision-0.19.0
🪵 Changelog
🧑🍳 Cookbooks
Supervision Cookbooks - A curated open-source collection crafted by the community, offering practical examples, comprehensive guides, and walkthroughs for leveraging Supervision alongside diverse Computer Vision models. (#860)
🚀 Added
sv.CSVSink
allowing for the straightforward saving of image, video, or stream inference results in a.csv
file. (#818)traffic_csv_2.mp4
sv.JSONSink
allowing for the straightforward saving of image, video, or stream inference results in a.json
file. (#819)sv.mask_iou_batch
allowing to compute Intersection over Union (IoU) of two sets of masks. (#847)sv.mask_non_max_suppression
allowing to perform Non-Maximum Suppression (NMS) on segmentation predictions. (#847)sv.CropAnnotator
allowing users to annotate the scene with scaled-up crops of detections. (#888)test-5-optimized.mp4
🌱 Changed
sv.ByteTrack.reset
allowing users to clear trackers state, enabling the processing of multiple video files in sequence. (#827)sv.LineZoneAnnotator
allowing to hide in/out count usingdisplay_in_count
anddisplay_out_count
properties. (#802)sv.ByteTrack
input arguments and docstrings updated to improve readability and ease of use. (#787)Warning
The
track_buffer
,track_thresh
, andmatch_thresh
parameters insv.ByterTrack
are deprecated and will be removed insupervision-0.23.0
. Uselost_track_buffer,
track_activation_threshold
, andminimum_matching_threshold
instead.sv.PolygonZone
to now accept a list of specific box anchors that must be in zone for a detection to be counted. (#910)Warning
The
triggering_position
parameter insv.PolygonZone
is deprecated and will be removed insupervision-0.23.0
. Usetriggering_anchors
instead.🛠️ Fixed
sv.DetectionsSmoother
removingtracking_id
fromsv.Detections
. (#944)sv.DetectionDataset
which, after changes introduced insupervision-0.18.0
, failed to load datasets in YOLO, PASCAL VOC, and COCO formats.🏆 Contributors
@onuralpszr (Onuralp SEZER), @LinasKo (Linas Kondrackis), @LeviVasconcelos (Levi Vasconcelos), @AdonaiVera (Adonai Vera), @xaristeidou (Christoforos Aristeidou), @Kadermiyanyedi (Kader Miyanyedi), @NickHerrig (Nick Herrig), @PacificDou (Shuyang Dou), @iamhatesz (Tomasz Wrona), @capjamesg (James Gallagher), @sansyo, @SkalskiP (Piotr Skalski)