Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): update faster-coco-eval requirement from ==1.5.* to ==1.6.* in /requirements #2750

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 16, 2024

Updates the requirements on faster-coco-eval to permit the latest version.

Release notes

Sourced from faster-coco-eval's releases.

1.6.0

v1.6.0

  • Rework mask_api with pybind11 C++ .
  • Rework RLE support.
  • Create test files for all components.
  • The math_matches function has been reworked, with an emphasis on using C++ code.
  • Added more documentation of functions. Optimized existing ones.
  • Added rleToBoundary func with 2 backend ["mask_api", "opencv"]
  • IoU type boundary support (further testing is needed)
  • Create async rle and boundary comput discussion
Changelog

Sourced from faster-coco-eval's changelog.

v1.6.0

  • Rework mask_api with pybind11 C++ .
  • Rework RLE support.
  • Create test files for all components.
  • The math_matches function has been reworked, with an emphasis on using C++ code.
  • Added more documentation of functions. Optimized existing ones.
  • Added rleToBoundary func with 2 backend ["mask_api", "opencv"]
  • IoU type boundary support (further testing is needed)
  • Create async rle and boundary comput discussion

v1.5.7

  • Compare COCOEval bug fix.

v1.5.6

  • Replace CED MSE curve with MAE (px) curve
  • Add CED examples
  • Display IoU and MAE for keypoints
  • Reworked eval._prepare to clear up the return flow
  • Reworked the C++ part of COCOevalEvaluateImages and COCOevalAccumulate
    • Add new COCOevalEvaluateAccumulate to combine these two calls. You can use old style separate_eval==True (default=False)
    • COCOevalAccumulate & COCOevalEvaluateAccumulate -> COCOeval_faster.eval is now correctly created as numpy arrays.
  • Append LVIS dataset support lvis_style=True in COCOeval_faster
cocoEval = COCOeval_faster(cocoGt, cocoDt, iouType, lvis_style=True, print_function=print)
cocoEval.params.maxDets = [300]

v1.5.5

  • Add CED MSE curve
  • Review tests
  • Review COCOeval_faster.math_matches function and COCOeval_faster.compute_mIoU function

v1.5.3 - v1.5.4

  • Worked out the ability to work with skeletons and various key points
  • eval.state_as_dict Now works for key points

v1.5.2

  • Change comparison to colab_example
  • append utils with opencv conver_mask_to_poly (extra)
  • append drop_cocodt_by_score for extra eval

v1.5.1

... (truncated)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

📚 Documentation preview 📚: https://torchmetrics--2750.org.readthedocs.build/en/2750/

@dependabot dependabot bot added the test / CI testing or CI label Sep 16, 2024
@dependabot dependabot bot requested a review from a team September 16, 2024 23:59
@dependabot dependabot bot force-pushed the dependabot-pip-requirements-faster-coco-eval-eq-1.6.star branch from d7ed1fa to e9d1f6f Compare September 17, 2024 14:05
@Borda
Copy link
Member

Borda commented Sep 17, 2024

@SkafteNicki seems we have some compatibility issues, mind checking:

FAILED unittests/detection/test_map.py::TestMapProperties::test_segm_iou_empty_gt_mask[faster_coco_eval] - KeyError: 0
FAILED unittests/detection/test_map.py::TestMapProperties::test_average_argument[True-faster_coco_eval] - assert False
 +  where False = <built-in method allclose of type object at 0x7fcd9ddc45c0>(tensor([ 0.7228,  0.8000,  0.4545, -1.0000,  0.6505,  0.5660]), tensor([ 0.7228,  0.8000,  0.4545, -1.0000,  0.6505,  0.5505]))
 +    where <built-in method allclose of type object at 0x7fcd9ddc45c0> = torch.allclose

@dependabot dependabot bot force-pushed the dependabot-pip-requirements-faster-coco-eval-eq-1.6.star branch 3 times, most recently from c1015b6 to f660f41 Compare September 24, 2024 17:15
@dependabot dependabot bot force-pushed the dependabot-pip-requirements-faster-coco-eval-eq-1.6.star branch from f660f41 to 5e923b6 Compare October 1, 2024 09:58
Updates the requirements on [faster-coco-eval](https://github.com/MiXaiLL76/faster_coco_eval) to permit the latest version.
- [Release notes](https://github.com/MiXaiLL76/faster_coco_eval/releases)
- [Changelog](https://github.com/MiXaiLL76/faster_coco_eval/blob/main/history.md)
- [Commits](MiXaiLL76/faster_coco_eval@1.5.2...1.6.0)

---
updated-dependencies:
- dependency-name: faster-coco-eval
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot-pip-requirements-faster-coco-eval-eq-1.6.star branch from 5e923b6 to 1afa179 Compare October 3, 2024 19:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
test / CI testing or CI
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant