-
Notifications
You must be signed in to change notification settings - Fork 443
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
goodsong81
merged 35 commits into
openvinotoolkit:develop
from
goodsong81:songkich/merge-back-1.1.0
Mar 28, 2023
Merged
Merge back changes in release 1.1.0 #1947
goodsong81
merged 35 commits into
openvinotoolkit:develop
from
goodsong81:songkich/merge-back-1.1.0
Mar 28, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 utils into hpo dir
Add stability to explain detection
Fix FQ references
* 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]>
Signed-off-by: Songki Choi <[email protected]>
…envinotoolkit#1893) --------- Co-authored-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
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
previously approved these changes
Mar 28, 2023
sungmanc
approved these changes
Mar 28, 2023
jaegukhyun
approved these changes
Mar 28, 2023
Codecov ReportPatch coverage:
Additional details and impacted files
... 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. |
7 tasks
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
How to test
Checklist
develop
branchLicense
Feel free to contact the maintainers if that's a concern.