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

Merge back 2.2 #4098

Merged
merged 106 commits into from
Nov 14, 2024
Merged

Merge back 2.2 #4098

merged 106 commits into from
Nov 14, 2024

Conversation

kprokofi
Copy link
Contributor

@kprokofi kprokofi commented Nov 5, 2024

Summary

How to test

Checklist

  • I have added unit tests to cover my changes.​
  • I have added integration tests to cover my changes.​
  • I have ran e2e tests and there is no issues.
  • I have added the description of my changes into CHANGELOG in my target branch (e.g., CHANGELOG in develop).​
  • I have updated the documentation in my target branch accordingly (e.g., documentation in develop).
  • I have linked related issues.

License

  • I submit my code changes under the same Apache License that covers the project.
    Feel free to contact the maintainers if that's a concern.
  • I have updated the license header for each file (see an example below).
# Copyright (C) 2024 Intel Corporation
# SPDX-License-Identifier: Apache-2.0

yunchu and others added 30 commits August 20, 2024 09:16
* Update test_cli.py

* Update tests/e2e/cli/test_cli.py

Co-authored-by: Eunwoo Shin <[email protected]>

* Update test_cli.py

* Update test_cli.py

---------

Co-authored-by: Eunwoo Shin <[email protected]>
* add docs about configurable input size

* update api usecase and fix bug
* Bump MAPI

* Update exportable code requirements
* change drop pixels value

* go safe, change only tested models

* minor
* Update step size for eff v2

* Update effb0 recipe
update maskrcnn swimt model type to transformer
* add rtmpose_tiny for single obj

* add rtmpose_tiny for single obj

* modify test subset name

* fix unit test

* update recipe with reset
* Add warmup_iters for effv2

* Update max_epochs
* Fix pretrained_weight for timm

* Fix unit-test
* add rtmpose_tiny for single obj

* modify test subset name

* fix unit test

* property for pck
* Fix cached dir

* Pretrained weight download unit-test

* Fix pre-commit
* Restore output_raw_scores for classificaiton

* Add uts

* Fix linter
add label info to init

Signed-off-by: Ashwin Vaidya <[email protected]>
* Fix binary classification

* Add unit-tests
* ignore heads and disable smooth quant

* add activations_range_estimator_params

* update changelog
* Fix Task Chain

* Add multi-label case as well

* Add multi-label case as well2

* Add H-label case
…ies using label's id/key (#3932)

Modify label_groups for dm_label_categories with id/key of label
* remove datumaro attribute id from tiling

* add subset names
eugene123tw
eugene123tw previously approved these changes Nov 12, 2024
eunwoosh
eunwoosh previously approved these changes Nov 13, 2024
@sovrasov
Copy link
Contributor

Now the failure is:

setattr(inputs, key, attr[keep])
IndexError: boolean index did not match indexed array along dimension 0; dimension is 3 but corresponding boolean dimension is 2

@kprokofi could you disable the failing RTMDet test? We should keep in mind that the model is dysfunctional for now

@eugene123tw
Copy link
Contributor

eugene123tw commented Nov 13, 2024

Now the failure is:

setattr(inputs, key, attr[keep])
IndexError: boolean index did not match indexed array along dimension 0; dimension is 3 but corresponding boolean dimension is 2

@kprokofi could you disable the failing RTMDet test? We should keep in mind that the model is dysfunctional for now

@sovrasov @kprokofi yeah, that's disable inst seg recipes for now. I think there's some bug in FilterAnnotations. I will open a PR to fix it.

@kprokofi kprokofi dismissed stale reviews from eunwoosh and eugene123tw via a01c507 November 13, 2024 12:20
eugene123tw
eugene123tw previously approved these changes Nov 13, 2024
sovrasov
sovrasov previously approved these changes Nov 13, 2024
@kprokofi kprokofi dismissed stale reviews from sovrasov and eugene123tw via b8f5e09 November 14, 2024 12:58
@kprokofi kprokofi enabled auto-merge (squash) November 14, 2024 13:03
@eugene123tw eugene123tw self-requested a review November 14, 2024 15:33
@kprokofi kprokofi merged commit 45e79b6 into develop Nov 14, 2024
21 of 22 checks passed
@kprokofi kprokofi deleted the kp/merge_back_2.2 branch November 14, 2024 15:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BUILD DEPENDENCY Any changes in any dependencies (new dep or its version) should be produced via Change Request on PM DOC Improvements or additions to documentation OTX 2.0 TEST Any changes in tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.