LinasKo
|
13b46dda67
|
Update "New" tags in docs, fix typo in one heading
|
2024-06-05 17:44:25 +02:00 |
Piotr Skalski
|
111d4c6c91
|
Merge pull request #1206 from tc360950/line-zone-unit-tests
Add LineZone unit tests
|
2024-06-05 16:30:20 +02:00 |
LinasKo
|
a77a2ba8aa
|
LineZone: uncomment unit tests, set expected results
|
2024-06-05 16:27:53 +02:00 |
Piotr Skalski
|
fb9024bc75
|
Merge pull request #1255 from roboflow/fix/detections-merge-revert-and-filter-out-empty
Revert flexible merging, Filter out empty detections
|
2024-06-05 16:01:38 +02:00 |
LinasKo
|
ceecb8bbd7
|
Cleanup: Remove print statements from tests
|
2024-06-05 15:42:00 +02:00 |
LinasKo
|
ca482967c4
|
Add note that merge ignores empty detections
|
2024-06-05 12:28:09 +02:00 |
LinasKo
|
57fa637eea
|
Move is_empty into Detections
|
2024-06-05 12:18:57 +02:00 |
Linas Kondrackis
|
59c5ab5252
|
Merge pull request #1228 from tc360950/vectorize-line-zone
Vectorize line zone
|
2024-06-05 10:26:23 +02:00 |
LinasKo
|
c27a28235e
|
LineZone: Remove comment
|
2024-06-05 10:24:25 +02:00 |
Onuralp SEZER
|
cfbb6681cc
|
Merge pull request #1257 from roboflow/dependabot/pip/pytest-8.2.2
⬆️ Bump pytest from 8.2.1 to 8.2.2
|
2024-06-05 10:44:46 +03:00 |
dependabot[bot]
|
24b1db9e25
|
⬆️ Bump pytest from 8.2.1 to 8.2.2
Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.2.1 to 8.2.2.
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pytest-dev/pytest/compare/8.2.1...8.2.2)
---
updated-dependencies:
- dependency-name: pytest
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-06-05 00:43:32 +00:00 |
pre-commit-ci[bot]
|
8c92072ecd
|
fix(pre_commit): 🎨 auto format pre-commit hooks
|
2024-06-04 19:07:59 +00:00 |
tc360950
|
38d442c176
|
PR fixes
|
2024-06-04 21:06:51 +02:00 |
Onuralp SEZER
|
2f09e51458
|
Merge pull request #1254 from roboflow/pre-commit-ci-update-config
chore(pre_commit): ⬆ pre_commit autoupdate
|
2024-06-03 23:25:56 +03:00 |
pre-commit-ci[bot]
|
56eb8e1698
|
chore(pre_commit): ⬆ pre_commit autoupdate
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.4.5 → v0.4.7](https://github.com/astral-sh/ruff-pre-commit/compare/v0.4.5...v0.4.7)
|
2024-06-03 17:47:16 +00:00 |
LinasKo
|
5bfd51fdec
|
is_empty check that includes data
* We need to decide if this or from_inference data appended to empty Detections is correct
|
2024-06-03 14:01:03 +02:00 |
LinasKo
|
a5d4612402
|
Revert Detections.merge to 0.20.0, but filter out empty detections
|
2024-06-03 10:43:31 +02:00 |
Onuralp SEZER
|
941b7e30aa
|
Merge pull request #1253 from roboflow/dependabot/pip/ruff-0.4.7
⬆️ Bump ruff from 0.4.6 to 0.4.7
|
2024-06-03 05:16:00 +03:00 |
Onuralp SEZER
|
f4f2626b44
|
Merge pull request #1252 from roboflow/dependabot/pip/mkdocs-git-revision-date-localized-plugin-1.2.6
⬆️ Bump mkdocs-git-revision-date-localized-plugin from 1.2.5 to 1.2.6
|
2024-06-03 05:15:44 +03:00 |
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 |
dependabot[bot]
|
612ac6145a
|
⬆️ Bump mkdocs-git-revision-date-localized-plugin
Bumps [mkdocs-git-revision-date-localized-plugin](https://github.com/timvink/mkdocs-git-revision-date-localized-plugin) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/timvink/mkdocs-git-revision-date-localized-plugin/releases)
- [Commits](https://github.com/timvink/mkdocs-git-revision-date-localized-plugin/compare/v1.2.5...v1.2.6)
---
updated-dependencies:
- dependency-name: mkdocs-git-revision-date-localized-plugin
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-06-03 01:05:47 +00:00 |
LinasKo
|
2b5d430382
|
LineZone - does not work with movement to or from zones outside limits
|
2024-06-01 15:44:20 +02:00 |
LinasKo
|
b6ff9242fc
|
LineZone tests: add extreme coordinate test
|
2024-06-01 16:19:09 +03:00 |
LinasKo
|
d2f169bcfa
|
Line zone tests - replace multi detection tests
|
2024-06-01 15:59:46 +03:00 |
Linas Kondrackis
|
33e10ff722
|
Add unit tests covering most single-detection cases
* Add Colab for visuals: https://colab.research.google.com/drive/179sq8joJ-7JSYMqYNBQlMIPYEClq1PDi?usp=sharing
* Need to visualise other cases - not sure if all are necessary
|
2024-05-31 20:13:13 +03: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 |
tc360950
|
dc1249969f
|
Improve variable naming
|
2024-05-29 18:34:35 +02: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 |
LinasKo
|
d59467b4f4
|
Add anchor check and tests to polygon zone
|
2024-05-28 15:12:48 +03:00 |
LinasKo
|
c0486b7f94
|
Remove docstrings
The class names were descriptive enough
|
2024-05-28 14:46:55 +03: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 |