-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
allow mask to be propagated within the box during tracking #780
allow mask to be propagated within the box during tracking #780
Conversation
Hi @AntonioConsiglio I just updated the description in #754. I hope that will help you understand my reasoning. |
…section Signed-off-by: Onuralp SEZER <[email protected]>
docs: 📝 missing import of numpy and correct variable name in tracker section
small `crop_image` documentation fix
…ctions-in-detaset-loaders fix looping over detections in dataset loaders
--- updated-dependencies: - dependency-name: mkdocs-material dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
--- updated-dependencies: - dependency-name: pytest dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
…aterial-9.5.6 ⬆️ bump mkdocs-material from 9.5.5 to 9.5.6
….0.0 ⬆️ bump pytest from 7.4.4 to 8.0.0
…abled Signed-off-by: Onuralp SEZER <[email protected]>
feat: ✨ mkdocs multi versioning package and old doc deployment CI disabled
updates: - [github.com/PyCQA/bandit: 1.7.6 → 1.7.7](PyCQA/bandit@1.7.6...1.7.7)
…_count method and add center method to vector
…nfig chore(pre_commit): ⬆ pre_commit autoupdate
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.1.14 to 0.1.15. - [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.1.14...v0.1.15) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
Adding else statement
Formatting
adding else statement to return an empty array when there is no detections
fix formatting
formattig
Refactor class DetectionsManager to handle empty detections_all array
Signed-off-by: Onuralp SEZER <[email protected]>
…tator Signed-off-by: Onuralp SEZER <[email protected]>
docs(fix): 🐞📝 relative path fix for mike
…v' into allowing_serialise_detections_csv
…tections_csv New function [CSVSink] - allowing to serialise Detections to a CSV file
…ut-values [LineZone] - flip in/out line crossing directions roboflow#838
….com/AntonioConsiglio/supervision into tracking_bytetrack_with_segmentation
|
Hello @SkalskiP, the PR is ready to be reviewed. |
Description:
This pull request addresses the following changes:
ByteTrack Enhancement:
update_with_detections
to use IoU to match inputDetections
withtracker_id
#754 .Base Code Modification:
Changes Made:
Minor Changes Made:
Testing:
colab: LinkToNotebook
Successfully tested the code with both object-detection and segmentation-models using the provided testing code: