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 changes in release 1.1.0 #1947

Merged

Conversation

goodsong81
Copy link
Contributor

@goodsong81 goodsong81 commented Mar 28, 2023

Summary

  • Bug fixes
  • MPA refactoring
  • Bump up version to 1.2

How to test

Checklist

License

  • I submit my code changes under the same MIT 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) 2023 Intel Corporation
#
# SPDX-License-Identifier: MIT

goodsong81 and others added 30 commits March 17, 2023 17:23
Signed-off-by: Songki Choi <[email protected]>
- remove if statement to allow running on any branch by manually
* Fix wrong test temp directory

* Update tests/unit/algorithms/action/adapters/mmaction/utils/test_action_config_utils.py

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

* Update test_action_config_utils.py

---------

Co-authored-by: Eunwoo Shin <[email protected]>
Co-authored-by: emily.chun <chuneuny@ikvensx012>
* Add dill to requirements/api.txt

* Return None instead of raising NotImplementedError in IMedia2DEntity.path

---------
Signed-off-by: Songki Choi <[email protected]>
* Move deploy modules to otx

* test: fix mmdeploy api replacement error

* Fix pre-commit issues

* Update otx/mpa/det/exporter.py

Co-authored-by: Jaeguk Hyun <[email protected]>

* Update otx/mpa/exporter_mixin.py

Co-authored-by: Jaeguk Hyun <[email protected]>

* Update otx/mpa/seg/exporter.py

Co-authored-by: Jaeguk Hyun <[email protected]>

* Update otx/mpa/cls/exporter.py

Co-authored-by: Jaeguk Hyun <[email protected]>

* Update otx/algorithms/common/adapters/mmdeploy/utils/mmdeploy.py

Co-authored-by: Jaeguk Hyun <[email protected]>

* Update otx/algorithms/common/adapters/mmdeploy/utils/operations_domain.py

Co-authored-by: Jihwan Eom <[email protected]>

---------

Co-authored-by: Inhyuk Andy Cho <[email protected]>
Co-authored-by: Jaeguk Hyun <[email protected]>
Co-authored-by: Jihwan Eom <[email protected]>
* Add mmcls transformer backbones

* Fix VisionTransformeroutput check

* Add changes

* Disable recording forward hooks in inferrer

* Remove unused import
Add the security related notification
fix prettier issue
* Add custom exception class for CLI

* Fixed TCs for config_manager

---------

Signed-off-by: Yunchu Lee <[email protected]>
* Fix Conflict

* Fix conflict

* Fix unit-tests

* Fix cli tests

* Fix cli tests

* Fix type
* [CI] Updated daily workflow (openvinotoolkit#1904)

Updated daily workflow

- remove if statement to allow running on any branch by manually

* [FIX] re-bugfix: ATSS head loss (openvinotoolkit#1907)

re bugfix

* Fix typos

* Explanation of Explanation

* Add images & typo fixes

* Fixes from comments

* Add accuracy for OD explanation

* Tutorial update

* Add accuracy for BCCD and WGISD

* Fix

---------

Co-authored-by: Yunchu Lee <[email protected]>
Co-authored-by: Eunwoo Shin <[email protected]>
* [CI] Updated daily workflow (openvinotoolkit#1904)

Updated daily workflow

- remove if statement to allow running on any branch by manually

* [FIX] re-bugfix: ATSS head loss (openvinotoolkit#1907)

re bugfix

* Added security.md

Added the security related notification.

* Update security.md

fix prettier issue

* Move utils

* Fix typo

---------

Co-authored-by: Yunchu Lee <[email protected]>
Co-authored-by: Eunwoo Shin <[email protected]>
* [CI] Updated daily workflow (openvinotoolkit#1904)

Updated daily workflow

- remove if statement to allow running on any branch by manually

* [FIX] re-bugfix: ATSS head loss (openvinotoolkit#1907)

re bugfix

* Added security.md

Added the security related notification.

* Update security.md

fix prettier issue

* Move classification unit tests

* Apply mocker in RandAugment TC

---------

Co-authored-by: Yunchu Lee <[email protected]>
Co-authored-by: Eunwoo Shin <[email protected]>
* First Refactoring

* Refactor mpa.modules.ov -> otx.core.ov

* Remove otx.mpa.modules.ov

* Fix docs & unit test paths

* Fix some import

* Add TODO comments
* Move stages to each algorithms
---------

Co-authored-by: Eunwoo Shin <[email protected]>
* Change docs for action recognition

* Fix typo

* Update MoViNet related parts

* Add MoViNet performance

* Revert table include Complexity and Model size

---------

Co-authored-by: Jihwan Eom <[email protected]>
…penvinotoolkit#1936)

* Avoid cychon compile on Windows

* Fix packaging errors

* Fix pre-commit

* Remove use_develop option from tox tests

* Fix pre-commit

* Fix tox -e -> -re for clean build

* Fix import error

* Add missing __init__.py

* Fix relative -> absolute import

* Revert to editable package in tox tests

---------

Signed-off-by: Songki Choi <[email protected]>
* Release OTX 1.1.0

* Update known issues in CHANGELOG.md

* Fix PR / issue # to links

* Fix pre-commit
@goodsong81 goodsong81 requested a review from a team as a code owner March 28, 2023 06:12
@github-actions github-actions bot added ALGO Any changes in OTX Algo Tasks implementation API Any changes in OTX API BUILD CLI Any changes in OTE CLI 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 TEST Any changes in tests labels Mar 28, 2023
eunwoosh
eunwoosh previously approved these changes Mar 28, 2023
@codecov-commenter
Copy link

Codecov Report

Patch coverage: 81.42% and no project coverage change.

Comparison is base (fd1e6c3) 80.71% compared to head (91ec561) 80.72%.

Additional details and impacted files
@@            Coverage Diff            @@
##           develop    #1947    +/-   ##
=========================================
  Coverage    80.71%   80.72%            
=========================================
  Files          489      482     -7     
  Lines        33388    33220   -168     
=========================================
- Hits         26950    26816   -134     
+ Misses        6438     6404    -34     
Impacted Files Coverage Δ
...adapters/mmcls/datasets/pipelines/otx_pipelines.py 100.00% <ø> (ø)
...datasets/pipelines/transforms/twocrop_transform.py 100.00% <ø> (ø)
...ters/mmcls/models/classifiers/supcon_classifier.py 90.00% <ø> (ø)
...mon/adapters/mmcv/hooks/fp16_sam_optimizer_hook.py 23.52% <0.00%> (ø)
...orithms/common/adapters/mmcv/hooks/ib_loss_hook.py 38.09% <ø> (ø)
...s/common/adapters/mmcv/hooks/sam_optimizer_hook.py 16.66% <0.00%> (ø)
.../algorithms/common/adapters/mmcv/tasks/registry.py 100.00% <ø> (ø)
...x/algorithms/common/adapters/mmcv/tasks/version.py 100.00% <ø> (ø)
.../algorithms/common/adapters/mmdeploy/utils/onnx.py 100.00% <ø> (ø)
...ommon/adapters/mmdeploy/utils/operations_domain.py 100.00% <ø> (ø)
... and 149 more

... and 144 files with indirect coverage changes

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@goodsong81 goodsong81 merged commit f8e31db into openvinotoolkit:develop Mar 28, 2023
@goodsong81 goodsong81 deleted the songkich/merge-back-1.1.0 branch March 28, 2023 09:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ALGO Any changes in OTX Algo Tasks implementation API Any changes in OTX API BUILD CLI Any changes in OTE CLI 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 RELEASE TEST Any changes in tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.