-
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
Hotfix: fix wrong domain in tiling rotated detection #3141
Merged
chuneuny-emily
merged 2 commits into
openvinotoolkit:releases/1.5.0
from
eugene123tw:eugene/tile_pipeline_hotfix_1.5
Mar 18, 2024
Merged
Hotfix: fix wrong domain in tiling rotated detection #3141
chuneuny-emily
merged 2 commits into
openvinotoolkit:releases/1.5.0
from
eugene123tw:eugene/tile_pipeline_hotfix_1.5
Mar 18, 2024
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
chuneuny-emily
previously approved these changes
Mar 15, 2024
goodsong81
approved these changes
Mar 18, 2024
...otx/algorithms/detection/configs/rotated_detection/efficientnetb2b_maskrcnn/tile_pipeline.py
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It seems that the MaskRCNN-SwinT-FP16 template is missing in the rotated detection task, is this correct?
eunwoosh
approved these changes
Mar 18, 2024
chuneuny-emily
approved these changes
Mar 18, 2024
chuneuny-emily
merged commit Mar 18, 2024
d325af6
into
openvinotoolkit:releases/1.5.0
13 checks passed
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
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
License
Feel free to contact the maintainers if that's a concern.