Commit Graph

3812 Commits

Author SHA1 Message Date
James d5f06eaf6f work on search styles 2025-06-17 14:55:56 -04:00
James 4255e63269 work on new theme 2025-06-17 09:34:23 -04:00
LinasKo a4a2d8c05d
Merge pull request #1735 from roboflow/hotfix/v0_25_1
release:  📦  supervision version to 0.25.1 for hotfix dependencies
2024-12-13 15:10:13 +02:00
pre-commit-ci[bot] 30010b9773 fix(pre_commit): 🎨 auto format pre-commit hooks 2024-12-13 13:04:57 +00:00
Onuralp SEZER fd61460cc2
feat: poetry updates and include numpy/poetry installation error hotfix
Signed-off-by: Onuralp SEZER <thunderbirdtr@gmail.com>
2024-12-13 16:00:01 +03:00
LinasKo eaeb51a8db
Merge pull request #1655 from roboflow/develop
`supervision-0.25.0` release
2024-11-12 23:58:16 +02:00
LinasKo 8d562c16a6 Bump supervision to 0.25.0 2024-11-12 23:53:48 +02:00
LinasKo dd4ffc6d97
Merge pull request #1668 from roboflow/feat/changelog-0.25.0
Feat/changelog 0.25.0
2024-11-12 23:49:35 +02:00
LinasKo 2d50beeaa9 Add changelog 2024-11-12 23:46:29 +02:00
LinasKo 7b3d88602b 'New' tags for docs of 0.25.0 2024-11-12 13:08:08 +02:00
LinasKo 90168644de Update deprecated.md 2024-11-12 12:45:53 +02:00
LinasKo aae3c69ee3
Merge pull request #1660 from roboflow/fix/address-release-pr-comments
Address 0.25.0 release PR comments
2024-11-12 11:56:42 +02:00
LinasKo 3bb22abe0f
Merge pull request #1625 from kshitijaucharmal/develop
Added smart positioning (non overlapping labels) to VertexLabelAnnotator
2024-11-12 11:54:56 +02:00
Onuralp SEZER d99565dcd1
Merge pull request #1666 from roboflow/pre-commit-ci-update-config
chore(pre_commit): ⬆ pre_commit autoupdate
2024-11-12 10:25:10 +03:00
LinasKo 3692fb65f9 Smart Lables: Increase minimum step size to 2 2024-11-11 20:07:51 +02:00
pre-commit-ci[bot] 1af9c7d629
chore(pre_commit): ⬆ pre_commit autoupdate
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.7.2 → v0.7.3](https://github.com/astral-sh/ruff-pre-commit/compare/v0.7.2...v0.7.3)
2024-11-11 17:51:11 +00:00
LinasKo 1d9f0b1994 SmartLabels: Labels move proportianlly to IoU 2024-11-11 19:47:58 +02:00
Onuralp SEZER 77c71dacac
Merge pull request #1664 from roboflow/dependabot/pip/wheel-0.45.0
⬆️ Bump wheel from 0.44.0 to 0.45.0
2024-11-11 16:41:51 +03:00
Onuralp SEZER cfb462ca0b
Merge pull request #1665 from roboflow/dependabot/pip/ruff-0.7.3
⬆️ Bump ruff from 0.7.2 to 0.7.3
2024-11-11 16:41:35 +03:00
LinasKo c12c562e29 Label annotators: add docstring to `_get_label_properties` 2024-11-11 15:15:30 +02:00
LinasKo 10652efbc4 Label annotators: remove unused functions `get_box_intersection`, `get_unit_vector` 2024-11-11 15:07:22 +02:00
LinasKo 3532130b2d Label annotators: `xyxy = label_properties[:, :4]` moved inside `if self.smart_position:` 2024-11-11 15:05:57 +02:00
LinasKo 79b45a4ea8 Label, RichLabel VertexLabel annotators: rename 'smart_positions' arg to 'smart_position' 2024-11-11 15:03:52 +02:00
dependabot[bot] cc8be562b0
⬆️ Bump ruff from 0.7.2 to 0.7.3
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.7.2 to 0.7.3.
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](https://github.com/astral-sh/ruff/compare/0.7.2...0.7.3)

---
updated-dependencies:
- dependency-name: ruff
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-11 01:06:12 +00:00
dependabot[bot] a1d8c69654
⬆️ Bump wheel from 0.44.0 to 0.45.0
Bumps [wheel](https://github.com/pypa/wheel) from 0.44.0 to 0.45.0.
- [Release notes](https://github.com/pypa/wheel/releases)
- [Changelog](https://github.com/pypa/wheel/blob/main/docs/news.rst)
- [Commits](https://github.com/pypa/wheel/compare/0.44.0...0.45.0)

---
updated-dependencies:
- dependency-name: wheel
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-11 01:03:27 +00:00
LinasKo 4326b87191 Even better Discord shield (thanks Brad) 2024-11-08 16:51:21 +02:00
LinasKo 38dbf5d05d Remove TextProperties class, merge auxiliary functions, use numpy arrays for passing data 2024-11-08 16:42:04 +02:00
LinasKo 5e76f86ff9 3 changes to spread_put_boxes algo:
* Vectorized
* Using forces rather than discrete steps
* Move along secondary axis more
2024-11-08 15:47:37 +02:00
LinasKo 01c2912a64 Move FONT to global scope 2024-11-08 13:10:18 +02:00
LinasKo 5fedfe5220 Rename "spread_out" arg to "smart_positions" 2024-11-08 13:07:34 +02:00
LinasKo c43ca06609 Expand Detections.merge tests with metadata 2024-11-08 12:48:23 +02:00
LinasKo b72ad4656b Unit tests for merge_metadata, fixes involving numpy arrays 2024-11-08 11:52:24 +02:00
LinasKo e4cf743c1c Add explanations for small/medium/large in metric results 2024-11-08 01:36:56 +02:00
LinasKo 19677bede5 Merge branch 'develop' into fix/address-release-pr-comments 2024-11-08 01:34:27 +02:00
LinasKo a6e1f037d7
Merge pull request #1661 from roboflow/feat/mAR-metric
Mean Average Recall (mAR) metric
2024-11-08 01:33:34 +02:00
LinasKo 0bfcdeab6f Add mAR docstrings & examples 2024-11-08 01:01:52 +02:00
LinasKo 83d4386fa2 Implemented mAR metric 2024-11-08 00:09:55 +02:00
LinasKo 42bb4c2865 Add print results and plot examples to plot() 2024-11-07 21:16:45 +02:00
LinasKo 4ed05e76fd Add example images for metrics 2024-11-07 20:58:18 +02:00
LinasKo 2084f57d76 Split How To Track Keypoints into multiple sections 2024-11-07 20:26:29 +02:00
LinasKo 1b101b49ac Renamed crossing_acceptance_threshold to minimum_crossing_threshold 2024-11-07 18:32:58 +02:00
LinasKo abcb055815 Removed LineZone property docstrings; added 2 properties to Attributes 2024-11-07 18:28:34 +02:00
LinasKo c3d7dc0ee3 Move keypoint to detections converstion to sv.KeyPoints.
* Test colab: https://colab.research.google.com/drive/10PMuW0IyaksofqI70NLnB_-Fnr4oKVmk?usp=sharing
2024-11-07 17:59:02 +02:00
LinasKo c6c447c527 Imporved Discord shield-badge 2024-11-07 17:47:00 +02:00
LinasKo b66702c5ff Remove dead code, surplus function args 2024-11-07 17:32:09 +02:00
pre-commit-ci[bot] 920a2c0cda fix(pre_commit): 🎨 auto format pre-commit hooks 2024-11-07 15:27:36 +00:00
LinasKo 6728527f36 Smart annotators are now called via "spread_out" param.
* Alos, refactored RichLabelAnnotator so its structure matches LabelAnnotator
2024-11-07 17:23:23 +02:00
Onuralp SEZER b9b802e9ea
Merge pull request #1659 from roboflow/dependabot/pip/tqdm-4.67.0
⬆️ Bump tqdm from 4.66.6 to 4.67.0
2024-11-07 18:04:52 +03:00
SkalskiP 19b7ca0a3d bump version from `0.25.0rc1` to `0.25.0rc2` 2024-11-07 14:15:05 +01:00
SkalskiP 01caa1f528 bump version from `0.24.0` to `0.25.0rc1` 2024-11-07 14:05:19 +01:00