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

Mergeback changes for 1.4.5 to releases/1.5.0 #2871

Merged
merged 8 commits into from
Feb 2, 2024

Conversation

yunchu
Copy link
Contributor

@yunchu yunchu commented Feb 2, 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 added e2e tests for validation.
  • 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) 2023 Intel Corporation
# SPDX-License-Identifier: Apache-2.0

sovrasov and others added 8 commits December 15, 2023 13:17
* Update MAPI version

* Update anomaly ov inference task

* Update reqs in exportable code

* Fix one more place of convertion of anomaly map
* update dependecy for exportable code

* Fix unsupported dtype in ov graph constant converter
* Fix invalid polygon shape filter

* style reformat

* fix segmentation test

* style changes

* update for readability

* revert some changes
@yunchu yunchu requested a review from a team as a code owner February 2, 2024 01:05
@github-actions github-actions bot added DEPENDENCY Any changes in any dependencies (new dep or its version) should be produced via Change Request on PM API Any changes in OTX API ALGO Any changes in OTX Algo Tasks implementation DOC Improvements or additions to documentation labels Feb 2, 2024
Copy link

codecov bot commented Feb 2, 2024

Codecov Report

Attention: 2 lines in your changes are missing coverage. Please review.

Comparison is base (c3541ba) 80.85% compared to head (f282387) 80.86%.

Files Patch % Lines
src/otx/algorithms/anomaly/tasks/inference.py 0.00% 1 Missing ⚠️
src/otx/algorithms/anomaly/tasks/openvino.py 0.00% 1 Missing ⚠️
Additional details and impacted files
@@               Coverage Diff               @@
##           releases/1.5.0    #2871   +/-   ##
===============================================
  Coverage           80.85%   80.86%           
===============================================
  Files                 515      515           
  Lines               38279    38279           
===============================================
+ Hits                30951    30953    +2     
+ Misses               7328     7326    -2     
Flag Coverage Δ
py310 80.82% <0.00%> (+<0.01%) ⬆️
py38 80.81% <0.00%> (-0.02%) ⬇️
py39 80.82% <0.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@yunchu yunchu merged commit f3b5c08 into releases/1.5.0 Feb 2, 2024
16 of 17 checks passed
@yunchu yunchu deleted the mergeback/1.4.5/1.5.0 branch February 2, 2024 04:20
chuneuny-emily added a commit that referenced this pull request Mar 29, 2024
* Mergeback 1.4.4 to 1.5.0 (#2745)

* Update MAPI version (#2730)

* Update anomaly ov inference task

* Update reqs in exportable code

* Fix one more place of conversion of anomaly map

* Update dependency for exportable code (#2732)

* Fix unsupported dtype in ov graph constant converter

---------

Co-authored-by: Vladislav Sovrasov <sovrasov.vlad@gmail.com>

* Mergeback 1.4.0 to 1.5.0 (#2826)

* Update MAPI version (#2730)

* Update dependency for exportable code (#2732)

* Filter invalid polygon shapes (#2795)

---------

Co-authored-by: Vladislav Sovrasov <sovrasov.vlad@gmail.com>
Co-authored-by: Eugene Liu <eugene.liu@intel.com>

* Mergeback changes for 1.4.5 to releases/1.5.0 (#2871)

* Update MAPI version (#2730)

* Update anomaly ov inference task

* Fix one more place of conversion of anomaly map

* Update dependency for exportable code (#2732)

* Fix unsupported dtype in ov graph constant converter

* Filter invalid polygon shapes (#2795)

* fix segmentation test

* Update for releases 1.4.5 (#2837)

* 🐞 Bugfix: Set reverse_input_channels to True in OpenVINO models (#2848)

* Set reverse_input_channels to True

* Remove dependency of protobuf (#2851)

* Update release notes and changelog for 1.4.5 (#2853)

---------

Co-authored-by: Vladislav Sovrasov <sovrasov.vlad@gmail.com>
Co-authored-by: Eugene Liu <eugene.liu@intel.com>
Co-authored-by: Ashwin Vaidya <ashwin.vaidya@intel.com>

* Update version string to 1.5.1 (#2874)

update version string to 1.5.1

* [Release 1.5] Fix label order for h-cls (#2921)

Fix h-cls label order

* Revert MRCNN resize to state from 1.4 (#2922)

* Update openvino.txt (#2923)

* Remove polygon clipping code (#2926)

* Fix default memcache size to 100MB (#2960)

* Fix default memcache size to 100MB

* Deal with empty annotation of 'No Object' label images

---------
Signed-off-by: Songki Choi <songki.choi@intel.com>

* Hotfix default memcache size to 100MB (#2990)

* Fix default memcache size to 100MB

* Fix memcache size max limit to 10GB

* Update CHANGELOG.md

* Hotfix: fix wrong domain in tiling rotated detection (#3141)

* domain=rotated_detection in tile_pipeline

* update tile pipeline

* Update otx version to 1.5.2 (#3174)

* update otx version to 1.5.2

* Update CHANGELOG.md

---------

Co-authored-by: Vladislav Sovrasov <sovrasov.vlad@gmail.com>
Co-authored-by: Eugene Liu <eugene.liu@intel.com>
Co-authored-by: Ashwin Vaidya <ashwin.vaidya@intel.com>
Co-authored-by: Galina Zalesskaya <galina.zalesskaya@intel.com>
Co-authored-by: Emily Chun <emily.chun@intel.com>
Co-authored-by: Songki Choi <songki.choi@intel.com>
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 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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants