dependabot[bot]
|
8f198e80cd
|
⬆️ Bump ruff from 0.4.6 to 0.4.7
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.4.6 to 0.4.7.
- [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.4.6...v0.4.7)
---
updated-dependencies:
- dependency-name: ruff
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-06-03 01:14:18 +00:00 |
Linas Kondrackis
|
883a6bed3c
|
Merge pull request #1236 from roboflow/feat/slicer-select-nms-or-nmm
Select overlap filtering strategy
|
2024-05-30 14:06:00 +03:00 |
Linas Kondrackis
|
f7bd7011fe
|
OverlapFilter: Add and validate docs, rename
|
2024-05-30 13:45:12 +03:00 |
Onuralp SEZER
|
6193128774
|
Merge pull request #1245 from roboflow/dependabot/pip/requests-2.32.3
⬆️ Bump requests from 2.32.2 to 2.32.3
|
2024-05-30 11:49:13 +03:00 |
dependabot[bot]
|
bdc10f83fe
|
⬆️ Bump requests from 2.32.2 to 2.32.3
Bumps [requests](https://github.com/psf/requests) from 2.32.2 to 2.32.3.
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](https://github.com/psf/requests/compare/v2.32.2...v2.32.3)
---
updated-dependencies:
- dependency-name: requests
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-05-30 01:05:20 +00:00 |
Linas Kondrackis
|
34353aac54
|
Add overlap handling example image :)
|
2024-05-29 18:39:41 +03:00 |
Linas Kondrackis
|
6ad32406af
|
fix: change doc path for overlap_handling, add box_non_max_merge
|
2024-05-29 16:31:29 +03:00 |
Linas Kondrackis
|
315c4295ff
|
Move NMS and NMM related methods from utils into overlap_handling.py
|
2024-05-29 16:17:20 +03:00 |
Linas Kondrackis
|
4dc001d9bf
|
Renamed overlap strategy, added into InferenceSlicer docs page
|
2024-05-29 15:53:04 +03:00 |
Linas Kondrackis
|
9d60b2009f
|
Merge pull request #1237 from roboflow/feat/get-class-member-vars
Dynamically select Detections member variables
|
2024-05-29 11:12:39 +03:00 |
Linas Kondrackis
|
c98698d442
|
get_instance_variables: test dataclass fields
|
2024-05-29 11:08:17 +03:00 |
Onuralp SEZER
|
3bda0bfc11
|
Merge pull request #1241 from roboflow/dependabot/pip/ruff-0.4.6
⬆️ Bump ruff from 0.4.5 to 0.4.6
|
2024-05-29 04:28:02 +03:00 |
Onuralp SEZER
|
0e19c581e4
|
Merge pull request #1240 from roboflow/dependabot/pip/ipywidgets-8.1.3
⬆️ Bump ipywidgets from 8.1.2 to 8.1.3
|
2024-05-29 04:27:52 +03:00 |
dependabot[bot]
|
8fb843ec8e
|
⬆️ Bump ruff from 0.4.5 to 0.4.6
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.4.5 to 0.4.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.4.5...v0.4.6)
---
updated-dependencies:
- dependency-name: ruff
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-05-29 01:10:56 +00:00 |
dependabot[bot]
|
ba2b60ffb4
|
⬆️ Bump ipywidgets from 8.1.2 to 8.1.3
Bumps [ipywidgets](https://github.com/jupyter-widgets/ipywidgets) from 8.1.2 to 8.1.3.
- [Release notes](https://github.com/jupyter-widgets/ipywidgets/releases)
- [Commits](https://github.com/jupyter-widgets/ipywidgets/compare/8.1.2...8.1.3)
---
updated-dependencies:
- dependency-name: ipywidgets
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-05-29 01:04:41 +00:00 |
Linas Kondrackis
|
f24c6f38a0
|
get_instance_variables only accepts instance, more tests
|
2024-05-28 14:09:38 +03:00 |
Linas Kondrackis
|
a6c995c9a9
|
More tests for `get_instance_variables`
|
2024-05-28 11:14:29 +03:00 |
pre-commit-ci[bot]
|
3c3a0792f3
|
fix(pre_commit): 🎨 auto format pre-commit hooks
|
2024-05-28 07:42:33 +00:00 |
Linas Kondrackis
|
1d13397503
|
Dynamically select Detections fields, not hardcoded
|
2024-05-28 10:38:54 +03:00 |
Linas Kondrackis
|
f0e88b1982
|
Select overlap filtering strategy
|
2024-05-28 09:52:46 +03:00 |
Onuralp SEZER
|
9bc2907c49
|
Merge pull request #1235 from roboflow/dependabot/pip/mkdocs-material-9.5.25
⬆️ Bump mkdocs-material from 9.5.24 to 9.5.25
|
2024-05-28 03:43:10 +03:00 |
dependabot[bot]
|
e7dfc04fd3
|
⬆️ Bump mkdocs-material from 9.5.24 to 9.5.25
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 9.5.24 to 9.5.25.
- [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.24...9.5.25)
---
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-05-28 00:31:55 +00:00 |
Piotr Skalski
|
a0d0d45890
|
Merge pull request #500 from mario-dg/add_nmm_to_detections
Add Non-Maximum Merging (NMM) to Detections
|
2024-05-27 21:34:49 +02:00 |
SkalskiP
|
4a365fb907
|
add `LMM` to `__init__.py`
|
2024-05-27 21:31:25 +02:00 |
Onuralp SEZER
|
a60cfe08e2
|
Merge pull request #1233 from roboflow/pre-commit-ci-update-config
chore(pre_commit): ⬆ pre_commit autoupdate
|
2024-05-27 20:50:48 +03:00 |
pre-commit-ci[bot]
|
c1ebb81d47
|
chore(pre_commit): ⬆ pre_commit autoupdate
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.4.4 → v0.4.5](https://github.com/astral-sh/ruff-pre-commit/compare/v0.4.4...v0.4.5)
|
2024-05-27 17:42:51 +00:00 |
Linas Kondrackis
|
2ee9e08446
|
Renamed to group_overlapping_boxes
|
2024-05-27 16:21:40 +03:00 |
Linas Kondrackis
|
530e1d01e1
|
Address comments
|
2024-05-27 16:17:27 +03:00 |
Piotr Skalski
|
2723735b01
|
Merge pull request #1221 from roboflow/from_paligemma_support
initial commit adding support for `from_lmm` and specifically for Pal…
|
2024-05-24 15:09:40 +02:00 |
Onuralp SEZER
|
7757d86abc
|
Merge pull request #1225 from roboflow/dependabot/pip/ruff-0.4.5
⬆️ Bump ruff from 0.4.4 to 0.4.5
|
2024-05-24 13:55:40 +03:00 |
Piotr Skalski
|
f40dd38b1a
|
Merge pull request #1214 from roboflow/fix/remove-none-tracker-id-contents-checks
tracker_id contents are never `None`
|
2024-05-24 09:17:47 +02:00 |
Piotr Skalski
|
ad7e643c83
|
Merge pull request #1180 from rolson24/fix_NaN_values_in_ByteTrack
Fix Cost Matrix containing NaN Values in ByteTrack
|
2024-05-24 09:01:12 +02:00 |
Piotr Skalski
|
eae4040b17
|
Merge pull request #1224 from roboflow/docs/how-to-track-rename-title
Docs: shorter title for object tracking how-to
|
2024-05-24 07:59:41 +02:00 |
dependabot[bot]
|
9afca17854
|
⬆️ Bump ruff from 0.4.4 to 0.4.5
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.4.4 to 0.4.5.
- [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.4.4...v0.4.5)
---
updated-dependencies:
- dependency-name: ruff
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-05-24 00:13:26 +00:00 |
Linas Kondrackis
|
19296a73f6
|
ious: Replace 0-area check with nan conversion
|
2024-05-23 18:45:23 +03:00 |
Linas Kondrackis
|
0721bc289b
|
Remove _set_at_index
|
2024-05-23 16:21:54 +03:00 |
pre-commit-ci[bot]
|
db1b4737fe
|
fix(pre_commit): 🎨 auto format pre-commit hooks
|
2024-05-23 13:04:11 +00:00 |
Linas Kondrackis
|
6fbca8333e
|
Address review comments, simplify merge
* Reintroduced iou check before response - necessary for algorithm
|
2024-05-23 16:01:34 +03:00 |
pre-commit-ci[bot]
|
ad2220bc1d
|
fix(pre_commit): 🎨 auto format pre-commit hooks
|
2024-05-23 07:12:19 +00:00 |
SkalskiP
|
0115ef8b7d
|
small fix when `mask` is empty
|
2024-05-23 09:11:47 +02:00 |
Onuralp SEZER
|
d4541e1469
|
Merge pull request #1222 from roboflow/fix/yolo-obb
fix: 🐞 yolo obb condition check set or for newer and older version
|
2024-05-23 01:37:08 +03:00 |
Linas Kondrackis
|
c9c2dad316
|
Docs: shorter title for object tracking how-to
|
2024-05-22 23:47:45 +03:00 |
Onuralp SEZER
|
e59e2822d8
|
Merge pull request #1223 from roboflow/docs/how-to-track-rename-title
minor docs change: rename How To - Track Objects
|
2024-05-22 23:32:10 +03:00 |
Linas Kondrackis
|
99854a5b66
|
minor docs change: rename How To - Track Objects
|
2024-05-22 23:14:17 +03:00 |
Onuralp SEZER
|
251185ba67
|
fix: 🐞 yolo obb hasstr added into condition
Signed-off-by: Onuralp SEZER <thunderbirdtr@gmail.com>
|
2024-05-22 23:08:04 +03:00 |
Linas Kondrackis
|
8b4884ec9e
|
tracker, smoother: SupervisionWarnings
|
2024-05-22 21:33:34 +03:00 |
SkalskiP
|
07c36c6223
|
make linter happy
|
2024-05-22 17:47:52 +02:00 |
pre-commit-ci[bot]
|
bf43d6566b
|
fix(pre_commit): 🎨 auto format pre-commit hooks
|
2024-05-22 14:29:23 +00:00 |
SkalskiP
|
b59d17fdae
|
Merge remote-tracking branch 'origin/from_paligemma_support' into from_paligemma_support
# Conflicts:
# supervision/detection/lmm.py
# test/detection/test_lmm.py
|
2024-05-22 16:29:04 +02:00 |
SkalskiP
|
b81c5e8475
|
update to allow multi-word class names
|
2024-05-22 16:28:24 +02:00 |