SkalskiP
23a58ef99e
Rename calculate_dynamic_font_scale to calculate_dynamic_text_scale
2023-12-04 17:04:07 +01:00
SkalskiP
bd4208ce84
Update project version to 0.17.0rc5
...
The project version in the `pyproject.toml` file has been updated to `0.17.0rc5` from `0.17.0rc4`.
2023-12-04 16:48:04 +01:00
Piotr Skalski
dd16f917d5
Merge pull request #637 from roboflow/feature/dynamic_font_scale_and_line_thicness_calculation
...
dynamic font scale and line thickness calculation based on image resolution
2023-12-04 16:36:48 +01:00
Piotr Skalski
31d60734bf
Merge pull request #638 from roboflow/revert-636-add-open-graph-images
...
Revert "Add open graph images"
2023-12-04 16:26:14 +01:00
Piotr Skalski
4483970638
Revert "Add open graph images"
2023-12-04 16:22:38 +01:00
Piotr Skalski
144df44ccc
Merge pull request #636 from roboflow/add-open-graph-images
...
Add open graph images
2023-12-04 16:16:37 +01:00
James Gallagher
92761752a0
respond to feedback
2023-12-04 15:09:23 +00:00
James Gallagher
b047e061e7
respond to feedback
2023-12-04 15:08:51 +00:00
pre-commit-ci[bot]
72497f3f85
fix(pre_commit): 🎨 auto format pre-commit hooks
2023-12-04 14:57:58 +00:00
SkalskiP
478c3adfe2
Merge remote-tracking branch 'origin/feature/dynamic_font_scale_and_line_thicness_calculation' into feature/dynamic_font_scale_and_line_thicness_calculation
2023-12-04 15:57:43 +01:00
SkalskiP
81d0876838
Added two new utility functions in the supervision module for dynamic font-size scaling and line thickness calculations.
2023-12-04 15:57:27 +01:00
Piotr Skalski
66720c58fd
Merge pull request #635 from roboflow/add-code-snippet-copy
...
Add code snippet copy feature to docs
2023-12-04 15:30:26 +01:00
pre-commit-ci[bot]
b16e479a14
fix(pre_commit): 🎨 auto format pre-commit hooks
2023-12-04 14:29:14 +00:00
SkalskiP
9f5773aa70
This commit adds descriptions for two new utility functions: `calculate_dynamic_font_scale` and `calculate_dynamic_line_thickness`.
2023-12-04 15:27:01 +01:00
SkalskiP
d2d590834e
Added dynamic font scale and line thickness calculations in `utils.py`.
2023-12-04 15:18:55 +01:00
James Gallagher
ec8f10d6a8
add open graph images
2023-12-04 13:35:27 +00:00
capjamesg
242ac0cd06
add code snippet copy feature to docs
2023-12-04 13:20:13 +00:00
Onuralp SEZER
93eb48c2a0
Merge pull request #629 from roboflow/dependabot/pip/cryptography-41.0.6
...
⬆️ Bump cryptography from 41.0.4 to 41.0.6
2023-12-01 23:33:09 +03:00
dependabot[bot]
f6265ebbda
⬆️ Bump cryptography from 41.0.4 to 41.0.6
...
Bumps [cryptography](https://github.com/pyca/cryptography ) from 41.0.4 to 41.0.6.
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst )
- [Commits](https://github.com/pyca/cryptography/compare/41.0.4...41.0.6 )
---
updated-dependencies:
- dependency-name: cryptography
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-12-01 20:25:38 +00:00
Piotr Skalski
b94e2796bd
Merge pull request #631 from roboflow/dependabot/github_actions/actions/first-interaction-1.3.0
2023-11-30 11:44:28 +01:00
dependabot[bot]
e77d06d817
⬆️ Bump actions/first-interaction from 1.2.0 to 1.3.0
...
Bumps [actions/first-interaction](https://github.com/actions/first-interaction ) from 1.2.0 to 1.3.0.
- [Release notes](https://github.com/actions/first-interaction/releases )
- [Commits](https://github.com/actions/first-interaction/compare/v1.2.0...v1.3.0 )
---
updated-dependencies:
- dependency-name: actions/first-interaction
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-11-30 00:38:11 +00:00
Piotr Skalski
b63457e5fa
Merge pull request #478 from roboflow/add-classification-annotator
...
Add `sv.Classifications.from_clip` data loader
2023-11-27 15:33:29 +01:00
SkalskiP
575a7a301d
Refactored the code in core.py to optimize softmax calculation and improve the related docstrings.
2023-11-27 15:27:39 +01:00
SkalskiP
02502baab3
Update docstrings and softmax calculation in core.py
2023-11-27 15:04:06 +01:00
SkalskiP
2aebe13583
Merge branch 'develop' into add-classification-annotator
2023-11-27 14:50:15 +01:00
James Gallagher
6ed04252d6
fix merge conflict
2023-11-27 13:45:16 +00:00
pre-commit-ci[bot]
491209d7bd
fix(pre_commit): 🎨 auto format pre-commit hooks
2023-11-27 13:45:06 +00:00
James Gallagher
444f8d01c1
remove classification annotator
2023-11-27 13:44:52 +00:00
James Gallagher
f91fad5600
fix merge conflict
2023-11-27 13:42:31 +00:00
Piotr Skalski
1589d8fd43
Merge pull request #572 from roboflow/add-timm-classification-loader
...
Add timm data loader for `sv.Classifications`
2023-11-27 13:05:58 +01:00
SkalskiP
1d66840cad
Optimize imports in core.py
...
Adjustments have been made to the import statements in the 'core.py' file of the 'classification' module.
2023-11-27 12:58:34 +01:00
SkalskiP
05602cd2a0
Refactor code for clarity and better variable use
...
The variable names and usage within the 'ultralytics' and 'timm' functions were updated for improved code readability. The docstrings were also refined to better explain the function parameters. Instances where YOLO was redundantly called were also eliminated.
2023-11-27 12:51:05 +01:00
James
fc9acc456b
Merge branch 'develop' into add-classification-annotator
2023-11-27 11:18:40 +00:00
James Gallagher
b6c85a3f4b
fix precommit issue
2023-11-27 11:15:55 +00:00
James Gallagher
ce92069ba6
fix precommit
2023-11-27 10:57:00 +00:00
Piotr Skalski
2dcf2cc2ae
Merge pull request #621 from kim-jeonghyun/fix_typo_from_mmdetection
...
fix: 📝 typo in from_mmdetection docstring
2023-11-26 20:41:44 +01:00
kim-jeonghyun
619ec018bc
fix: 📝 typo in from_mmdetection docstring
2023-11-26 20:33:37 +09:00
SkalskiP
5333eb2684
Update project version in pyproject.toml
...
The version of the project has been updated from "0.17.0rc3" to "0.17.0rc4".
2023-11-26 11:33:56 +01:00
Piotr Skalski
d5d70052bb
Merge pull request #620 from roboflow/feature/add_color_as_hex
...
Add 'as_hex' method and corresponding test to `Color` class.
2023-11-26 11:29:25 +01:00
pre-commit-ci[bot]
242ac5f7db
fix(pre_commit): 🎨 auto format pre-commit hooks
2023-11-26 10:27:43 +00:00
SkalskiP
e6f0ae8514
Add 'as_hex' method and corresponding test to Color class.
2023-11-26 11:25:59 +01:00
Onuralp SEZER
10c44b0143
Merge pull request #613 from roboflow/pre-commit-ci-update-config
...
chore(pre_commit): ⬆ pre_commit autoupdate
2023-11-21 18:06:51 +03:00
Onuralp SEZER
2a3f592090
Merge pull request #608 from roboflow/dependabot/pip/ruff-0.1.6
...
⬆️ Bump ruff from 0.1.5 to 0.1.6
2023-11-21 15:18:54 +03:00
pre-commit-ci[bot]
7941527a75
chore(pre_commit): ⬆ pre_commit autoupdate
...
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.1.5 → v0.1.6](https://github.com/astral-sh/ruff-pre-commit/compare/v0.1.5...v0.1.6 )
2023-11-20 17:36:14 +00:00
Piotr Skalski
42661a0563
Merge pull request #612 from karanjakhar/fixing-typos
...
fixing typo TRACE -> TRACK
2023-11-20 12:25:51 +01:00
SkalskiP
32077eb11d
Bump version in pyproject.toml
...
The version in the pyproject.toml file has been updated from 0.17.0rc2 to 0.17.0rc3.
2023-11-20 12:21:37 +01:00
karanjakhar
d20083de85
fixing typo TRACE -> TRACK
2023-11-20 15:32:18 +05:30
dependabot[bot]
564f1b1026
⬆️ Bump ruff from 0.1.5 to 0.1.6
...
Bumps [ruff](https://github.com/astral-sh/ruff ) from 0.1.5 to 0.1.6.
- [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/v0.1.5...v0.1.6 )
---
updated-dependencies:
- dependency-name: ruff
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-11-20 01:09:24 +00:00
Piotr Skalski
145313ab8f
Merge pull request #606 from xenteros/feature/Make_sv.MaskAnnotator_as_fast_as_annotators_in_popular_detection_frameworks_#472
...
Feature/make sv.mask annotator as fast as annotators in popular detection frameworks #472
2023-11-17 17:20:22 +01:00
xenteros
1267cf7fb0
Reformatted Code with pre-commit
2023-11-16 22:34:52 +01:00