Commit Graph

3547 Commits

Author SHA1 Message Date
LinasKo 2be5008b3c Minors docs edit: Tell what classes can be annotated by the embedded annotator 2024-10-03 12:49:40 +03:00
LinasKo b09559a900
Merge pull request #1560 from roboflow/joao/fix/new-embedded-docs-layout
Moves embedded annotators widget to below the tabs and adds query params to display new layout
2024-10-03 12:34:30 +03:00
LinasKo ef89d8ceff Remove the Workflows introduction.
* Info is available upon mousing-over the '?' icon on the embed.
2024-10-03 12:22:42 +03:00
João 0bc52bf6fe moves embedded widget to below the tabs and passes necessary query params to render new layout 2024-10-02 21:09:58 -03:00
Onuralp SEZER 5af3eab3d0
Merge pull request #1559 from roboflow/dependabot/pip/tox-4.21.0
⬆️ Bump tox from 4.20.0 to 4.21.0
2024-10-02 03:41:11 +03:00
dependabot[bot] 56c269a1ba
⬆️ Bump tox from 4.20.0 to 4.21.0
Bumps [tox](https://github.com/tox-dev/tox) from 4.20.0 to 4.21.0.
- [Release notes](https://github.com/tox-dev/tox/releases)
- [Changelog](https://github.com/tox-dev/tox/blob/main/docs/changelog.rst)
- [Commits](https://github.com/tox-dev/tox/compare/4.20.0...4.21.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-02 00:35:02 +00:00
LinasKo 52c9ec0def
Merge pull request #1547 from tibeoh/fix/inference-slicer-overlap
fix: InferenceSlicer overlap_ratio_wh argument changed to None by default
2024-10-01 13:37:34 +03:00
LinasKo 892bd87b6c overlap_ratio_wh: remove deprecated param decorator
* We want users to set it to None manually, and the decorator would produce a warning every time.
2024-10-01 13:32:11 +03:00
LinasKo 23023e9764 Revert default overlap_ratio_wh value, update docs 2024-10-01 13:22:55 +03:00
LinasKo 3789f694c4
Merge pull request #1555 from roboflow/feat/line-zone-per-class-counting
Add per-class counting to LineZone, create LineZoneAnnotatorMulticlass
2024-10-01 12:23:45 +03:00
LinasKo 865cdd3bd1 Minor spelling change, code of conduct 2024-10-01 12:10:29 +03:00
LinasKo 121190be50 minor code refactor, if mot -> continue 2024-10-01 11:50:50 +03:00
pre-commit-ci[bot] f01126fabb fix(pre_commit): 🎨 auto format pre-commit hooks 2024-10-01 08:44:54 +00:00
Onuralp SEZER 125a858654 Apply Onuralps review suggestions
Signed-off-by: Onuralp SEZER <thunderbirdtr@gmail.com>
2024-10-01 11:42:53 +03:00
Onuralp SEZER 1d4b61f20c
Merge pull request #1557 from roboflow/pre-commit-ci-update-config
chore(pre_commit): ⬆ pre_commit autoupdate
2024-10-01 05:57:01 +03:00
pre-commit-ci[bot] edda8dea0b
chore(pre_commit): ⬆ pre_commit autoupdate
updates:
- [github.com/PyCQA/bandit: 1.7.9 → 1.7.10](https://github.com/PyCQA/bandit/compare/1.7.9...1.7.10)
- [github.com/astral-sh/ruff-pre-commit: v0.6.7 → v0.6.8](https://github.com/astral-sh/ruff-pre-commit/compare/v0.6.7...v0.6.8)
- [github.com/codespell-project/codespell: v2.2.6 → v2.3.0](https://github.com/codespell-project/codespell/compare/v2.2.6...v2.3.0)
2024-09-30 17:53:37 +00:00
Onuralp SEZER 3b95c1d8bf
Merge pull request #1556 from roboflow/dependabot/pip/mkdocs-material-9.5.39
⬆️ Bump mkdocs-material from 9.5.38 to 9.5.39
2024-09-30 03:40:55 +03:00
dependabot[bot] 1d77868080
⬆️ Bump mkdocs-material from 9.5.38 to 9.5.39
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 9.5.38 to 9.5.39.
- [Release notes](https://github.com/squidfunk/mkdocs-material/releases)
- [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG)
- [Commits](https://github.com/squidfunk/mkdocs-material/compare/9.5.38...9.5.39)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-30 00:08:42 +00:00
LinasKo eebd57a731 Add per-class counting to LineZone, create LineZoneAnnotatorMulticlass 2024-09-29 12:47:07 +03:00
LinasKo 1860fdb0a4
Merge pull request #1542 from roboflow/ci/pypi-configs
ci: 👷 pypi username - password swap with token
2024-09-27 15:51:24 +03:00
Onuralp SEZER 31a3cca5d5
ci: 👷 trusted publisher configuration added
Signed-off-by: Onuralp SEZER <thunderbirdtr@gmail.com>
2024-09-27 15:49:55 +03:00
Onuralp SEZER b45bee0761
Merge pull request #1549 from roboflow/docs/mkdocs-cleanup
Resolve mkdocs issues
2024-09-27 15:23:58 +03:00
Onuralp SEZER 103669bf0f
docs: 📝 minor adjustments on readme and changelog
Signed-off-by: Onuralp SEZER <thunderbirdtr@gmail.com>
2024-09-27 15:21:30 +03:00
Onuralp SEZER 5b39c81035
Merge branch 'develop' into docs/mkdocs-cleanup 2024-09-27 14:42:11 +03:00
Onuralp SEZER 78f17cba2e
chore: 🧹 clean up documentation and improve formatting
Signed-off-by: Onuralp SEZER <thunderbirdtr@gmail.com>
2024-09-27 14:18:26 +03:00
LinasKo 36f0755767
Merge pull request #1533 from roboflow/demo-annotators-with-workflows
Update docs: adds basic workflow to try supervision annotators on annotators doc page
2024-09-27 13:15:04 +03:00
Onuralp SEZER 9ddbad2300
Merge pull request #1552 from roboflow/dependabot/pip/mkdocs-material-9.5.38
⬆️ Bump mkdocs-material from 9.5.37 to 9.5.38
2024-09-27 11:38:28 +03:00
Onuralp SEZER c3b9db0258
Merge pull request #1551 from roboflow/dependabot/pip/ruff-0.6.8
⬆️ Bump ruff from 0.6.7 to 0.6.8
2024-09-27 11:38:11 +03:00
LinasKo dec29200a9 Add repo of the day badge to readme 2024-09-27 11:29:16 +03:00
dependabot[bot] 20c5f8da3d
⬆️ Bump mkdocs-material from 9.5.37 to 9.5.38
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 9.5.37 to 9.5.38.
- [Release notes](https://github.com/squidfunk/mkdocs-material/releases)
- [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG)
- [Commits](https://github.com/squidfunk/mkdocs-material/compare/9.5.37...9.5.38)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-27 01:01:49 +00:00
dependabot[bot] 39d0e65592
⬆️ Bump ruff from 0.6.7 to 0.6.8
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.6.7 to 0.6.8.
- [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.6.7...0.6.8)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-27 00:59:42 +00:00
Onuralp SEZER 58a9588a53
chore: 🧹 split mkdocstring and mkdocstring-python package
Signed-off-by: Onuralp SEZER <thunderbirdtr@gmail.com>
2024-09-26 18:01:34 +03:00
LinasKo 9522ac9a27
Merge pull request #1550 from ethanwhite/feat/colorpalette-len
feat: add __len__ to ColorPalette
2024-09-26 16:56:39 +03:00
Ethan White 363aa0629e feat: add __len__ to ColorPalette
For downstream use being able to determine how many colors are in a
ColorPalette object can be useful. E.g., checking if a user has provided
a color palette that matches the number of labels. ColorPalette doesn't
currenly have a __len__ attribute meaning that `mypalette.colors` has
to be used for calculating lengths. This change adds __len__ to make
this more intutitive by allowing `len(mypalette)`.
2024-09-26 09:09:28 -04:00
LinasKo f499430aa3 Fix mkdocs autorefs depreacation warnings 2024-09-26 14:56:12 +03:00
LinasKo 06d1640700 Fix documentation issues 2024-09-26 13:55:06 +03:00
LinasKo d50c51fc52 Update supervision docs on PyPi, add Linas as maintainer 2024-09-26 13:18:10 +03:00
LinasKo e63611deb3
Merge pull request #854 from jcruz-ferreyra/lc/diagonal_support
LineZoneAnnotator: Align text to line counter in non-horizontal lines
2024-09-26 13:01:42 +03:00
LinasKo c81aec9d1b Docstrings update 2024-09-26 12:38:35 +03:00
LinasKo 4a95aaa2c4 Fix basic_label offset 2024-09-26 12:27:07 +03:00
Thibault fedc1a47e0 fix: InferenceSlicer overlap_ratio_wh argument changed to None by default
Changed the default value of the overlap_ratio_wh argument to None, as this parameter will be deprecated in version 0.27.0. This change allows a smoother transition by not forcing users to explicitly set it to None.

Additionally, added tests for validating the overlap arguments (overlap_wh and overlap_ratio_wh) to ensure proper error handling and usage. Also started implementing tests for the offset generation method to verify that slices are correctly calculated based on the overlap settings.
2024-09-26 11:15:16 +02:00
LinasKo db0d965e8d Fix: incorrect label rotation 2024-09-26 12:12:53 +03:00
Onuralp SEZER d4eb957201
Merge pull request #1544 from roboflow/dependabot/pip/mkdocs-material-9.5.37
⬆️ Bump mkdocs-material from 9.5.36 to 9.5.37
2024-09-26 05:26:23 +03:00
dependabot[bot] 4722459bce
⬆️ Bump mkdocs-material from 9.5.36 to 9.5.37
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 9.5.36 to 9.5.37.
- [Release notes](https://github.com/squidfunk/mkdocs-material/releases)
- [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG)
- [Commits](https://github.com/squidfunk/mkdocs-material/compare/9.5.36...9.5.37)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 00:29:52 +00:00
LinasKo 156dbd5046 New docstring for LineZoneAnnotator 2024-09-26 00:02:39 +03:00
LinasKo ebd5e0661b Make sure text is always displayed upright 2024-09-25 23:49:19 +03:00
LinasKo d6d3213f62 Move methods around, rename some variables 2024-09-25 23:31:53 +03:00
LinasKo 7b22cfa741 Bugfix: basic label would always have background box 2024-09-25 23:28:28 +03:00
LinasKo 356a86a469 Ruff formatting 2024-09-25 23:18:40 +03:00
LinasKo c1444c6d14 Futher LineZone code tidy-up 2024-09-25 23:17:55 +03:00