Commit Graph

3183 Commits

Author SHA1 Message Date
LinasKo e1ffd0e8a9 Address some review comments 2024-08-14 15:38:50 +03:00
LinasKo 5565241ef5 Basic mask tests 2024-08-12 15:20:52 +03:00
pre-commit-ci[bot] a4cf2604ee fix(pre_commit): 🎨 auto format pre-commit hooks 2024-08-12 11:10:56 +00:00
LinasKo 3e860a5449 Add invalid value test 2024-08-12 14:09:14 +03:00
LinasKo 0305ceed45 Simplified tests 2024-08-12 13:31:44 +03:00
pre-commit-ci[bot] 4add8c871e fix(pre_commit): 🎨 auto format pre-commit hooks 2024-08-12 09:24:05 +00:00
LinasKo 6f566b5518 Remove incorrect test 2024-08-12 12:23:36 +03:00
pre-commit-ci[bot] d6d71a0366 fix(pre_commit): 🎨 auto format pre-commit hooks 2024-08-12 08:17:22 +00:00
LinasKo 4c903cf7f2 Metrics changes + tests 2024-08-12 11:16:50 +03:00
pre-commit-ci[bot] b061f4fd84 fix(pre_commit): 🎨 auto format pre-commit hooks 2024-08-12 08:05:43 +00:00
LinasKo 7d7e5f17a5 Initial attempt at definining a metric 2024-08-08 19:26:04 +03:00
Onuralp SEZER ca2902cc46
Merge pull request #1436 from roboflow/dependabot/pip/tox-4.17.1
⬆️ Bump tox from 4.17.0 to 4.17.1
2024-08-08 03:12:26 +03:00
dependabot[bot] 2365ed47e1
⬆️ Bump tox from 4.17.0 to 4.17.1
Bumps [tox](https://github.com/tox-dev/tox) from 4.17.0 to 4.17.1.
- [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.17.0...4.17.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-08 00:10:14 +00:00
Onuralp SEZER 66e1672f37
Merge pull request #1435 from roboflow/dependabot/pip/pyyaml-6.0.2
⬆️ Bump pyyaml from 6.0.1 to 6.0.2
2024-08-07 07:13:51 +03:00
dependabot[bot] 52e7fe1d30
⬆️ Bump pyyaml from 6.0.1 to 6.0.2
Bumps [pyyaml](https://github.com/yaml/pyyaml) from 6.0.1 to 6.0.2.
- [Release notes](https://github.com/yaml/pyyaml/releases)
- [Changelog](https://github.com/yaml/pyyaml/blob/main/CHANGES)
- [Commits](https://github.com/yaml/pyyaml/compare/6.0.1...6.0.2)

---
updated-dependencies:
- dependency-name: pyyaml
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-07 00:49:09 +00:00
Onuralp SEZER e367e307fb
Merge pull request #1431 from roboflow/dependabot/pip/tox-4.17.0
⬆️ Bump tox from 4.16.0 to 4.17.0
2024-08-06 06:45:40 +03:00
dependabot[bot] 69ffca50d5
⬆️ Bump tox from 4.16.0 to 4.17.0
Bumps [tox](https://github.com/tox-dev/tox) from 4.16.0 to 4.17.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.16.0...4.17.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-08-06 00:15:53 +00:00
Onuralp SEZER 01fd82c43b
Merge pull request #1430 from roboflow/pre-commit-ci-update-config
chore(pre_commit): ⬆ pre_commit autoupdate
2024-08-05 21:50:24 +03:00
pre-commit-ci[bot] f04bdb2491
chore(pre_commit): ⬆ pre_commit autoupdate
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.5.5 → v0.5.6](https://github.com/astral-sh/ruff-pre-commit/compare/v0.5.5...v0.5.6)
2024-08-05 18:02:54 +00:00
Piotr Skalski aa6c673316
Merge pull request #1386 from shaddu/develop
Support for transformers v5 post_process functions
2024-08-05 15:57:41 +02:00
pre-commit-ci[bot] b2752ac6c6 fix(pre_commit): 🎨 auto format pre-commit hooks 2024-08-05 13:46:54 +00:00
SkalskiP 7c038f1d45 ready for tests 2024-08-05 15:46:35 +02:00
pre-commit-ci[bot] b6547ba58e fix(pre_commit): 🎨 auto format pre-commit hooks 2024-08-05 13:03:08 +00:00
SkalskiP fde9cd4735 Merge remote-tracking branch 'origin/develop' into develop 2024-08-05 15:02:51 +02:00
SkalskiP 1d3e423617 small refactor and docs improvement 2024-08-05 15:02:41 +02:00
pre-commit-ci[bot] 9fc66563dd fix(pre_commit): 🎨 auto format pre-commit hooks 2024-08-05 12:23:53 +00:00
SkalskiP 8a82f4a516 small refactor and docs improvement 2024-08-05 14:23:34 +02:00
Onuralp SEZER 17d1934ed5
Merge pull request #1427 from roboflow/dependabot/pip/wheel-0.44.0
⬆️ Bump wheel from 0.43.0 to 0.44.0
2024-08-05 04:50:27 +03:00
dependabot[bot] 21fcf1bd04
⬆️ Bump wheel from 0.43.0 to 0.44.0
Bumps [wheel](https://github.com/pypa/wheel) from 0.43.0 to 0.44.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.43.0...0.44.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-08-05 01:38:46 +00:00
Onuralp SEZER ebd606ff00
Merge pull request #1428 from roboflow/dependabot/pip/mkdocs-material-9.5.31
⬆️ Bump mkdocs-material from 9.5.30 to 9.5.31
2024-08-05 04:35:26 +03:00
Onuralp SEZER f1241e4fe8
Merge pull request #1426 from roboflow/dependabot/pip/ruff-0.5.6
⬆️ Bump ruff from 0.5.5 to 0.5.6
2024-08-05 04:34:44 +03:00
Onuralp SEZER 9de14b5c67
Merge pull request #1425 from roboflow/dependabot/pip/tqdm-4.66.5
⬆️ Bump tqdm from 4.66.4 to 4.66.5
2024-08-05 04:34:31 +03:00
dependabot[bot] 706c2d19b9
⬆️ Bump mkdocs-material from 9.5.30 to 9.5.31
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 9.5.30 to 9.5.31.
- [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.30...9.5.31)

---
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-08-05 01:06:36 +00:00
dependabot[bot] 7a81c13543
⬆️ Bump ruff from 0.5.5 to 0.5.6
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.5.5 to 0.5.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/0.5.5...0.5.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-08-05 01:04:33 +00:00
dependabot[bot] 4648276cc6
⬆️ Bump tqdm from 4.66.4 to 4.66.5
Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.66.4 to 4.66.5.
- [Release notes](https://github.com/tqdm/tqdm/releases)
- [Commits](https://github.com/tqdm/tqdm/compare/v4.66.4...v4.66.5)

---
updated-dependencies:
- dependency-name: tqdm
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-05 01:03:29 +00:00
Shadab 2c235dfce9 support of optional mask in convert_to_detections 2024-08-03 13:38:15 +01:00
pre-commit-ci[bot] dacd8f5455 fix(pre_commit): 🎨 auto format pre-commit hooks 2024-08-02 23:37:34 +00:00
Shadab da261ff8cf cyclic dependency fix + code refactor 2024-08-03 00:36:36 +01:00
shaddu a5ae72d7ae
Merge branch 'roboflow:develop' into develop 2024-08-01 23:58:59 +01:00
pre-commit-ci[bot] fd568e2419 fix(pre_commit): 🎨 auto format pre-commit hooks 2024-08-01 22:22:03 +00:00
Shadab 7c7c3d83ef code refactor for transformers v5 support 2024-08-01 23:21:47 +01:00
Onuralp SEZER 03dba9c7a2
Merge pull request #1420 from roboflow/dependabot/pip/jupytext-1.16.4
⬆️ Bump jupytext from 1.16.3 to 1.16.4
2024-08-02 00:09:03 +03:00
Onuralp SEZER 1d0616640e
Merge pull request #1414 from roboflow/pre-commit-ci-update-config
chore(pre_commit): ⬆ pre_commit autoupdate
2024-08-01 23:50:10 +03:00
shaddu f6437ab778
Merge branch 'roboflow:develop' into develop 2024-08-01 21:32:39 +01:00
LinasKo 7ad22c73a8
Merge pull request #1424 from roboflow/docs/docstring-for-plot-image-inches
specify that plot_image size is in inches
2024-08-01 17:09:36 +03:00
LinasKo 54903b1cc0
specify that plot_image size is in inches 2024-08-01 17:03:36 +03:00
dependabot[bot] e566ac9eb3
⬆️ Bump jupytext from 1.16.3 to 1.16.4
Bumps [jupytext](https://github.com/mwouts/jupytext) from 1.16.3 to 1.16.4.
- [Release notes](https://github.com/mwouts/jupytext/releases)
- [Changelog](https://github.com/mwouts/jupytext/blob/main/CHANGELOG.md)
- [Commits](https://github.com/mwouts/jupytext/compare/v1.16.3...v1.16.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-01 00:27:25 +00:00
shaddu f95f81eaf3
Merge branch 'roboflow:develop' into develop 2024-07-31 20:51:21 +01:00
Onuralp SEZER f2ede43d0e
Merge pull request #1416 from roboflow/dependabot/pip/mypy-1.11.1
⬆️ Bump mypy from 1.11.0 to 1.11.1
2024-07-31 08:43:56 +03:00
dependabot[bot] f2ef9f817c
⬆️ Bump mypy from 1.11.0 to 1.11.1
Bumps [mypy](https://github.com/python/mypy) from 1.11.0 to 1.11.1.
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
- [Commits](https://github.com/python/mypy/compare/v1.11...v1.11.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-31 00:52:03 +00:00