-
Notifications
You must be signed in to change notification settings - Fork 446
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
Remove unused modules in semantic segmentation (release) #2068
Merged
supersoob
merged 3 commits into
openvinotoolkit:releases/1.2.1
from
supersoob:remove-unused-modules-in-seg-release
Apr 25, 2023
Merged
Remove unused modules in semantic segmentation (release) #2068
supersoob
merged 3 commits into
openvinotoolkit:releases/1.2.1
from
supersoob:remove-unused-modules-in-seg-release
Apr 25, 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
…2055) * HOT-FIX: Revert segmentation model's ignore mode in CLI (openvinotoolkit#2011) Revert segmentation ignore=True * Improve tiling preprocess (openvinotoolkit#2013) * prevent timeout during init phase * Fix reg tests (openvinotoolkit#2008) * Edit regression tests * Change the dataset root * Miss typo * Fix pre-commit * Fix openvino import error due to Tiler init import (openvinotoolkit#2015) Remove init import for Tiler to prevent OpenVINO import * Bump up version to 1.2.0 (openvinotoolkit#2017) * Set the python version to "3.10" for code-scan workflow * Add missing __init__.py (openvinotoolkit#2019) * Add missing __init__.py * Change license * Release 1.2.0rc1 * Fix issue that str2bool not being applied in certain cases (openvinotoolkit#2023) * Add workaround solution * Fix minor * Remove str int * Fix default dict (openvinotoolkit#2025) fix: change default to configdict Signed-off-by: Inhyuk Andy Cho <andy.inhyuk.jo@intel.com> * Convert dummy datasets to toy datasets (openvinotoolkit#1988) * Update cls, det datsets * Remove useless files * Change action datasets * Edit action dataset * change dir * Add xml files * Remove useless * Edite tets * Fix tests * Fix tests * Remove ptc * Remove * Fix precommit * Update dataset, fix cls bug * Remove useless dataset * Edit drop_last * Fix missed part * Change threshold values to unifying * bugfix: squeezing to 1 dimenetion * Change threshold for deployment * Fix multi-gpu issue, e2e tests * Decrease num_workers for tiling test and tiling processes * Revert num_workers for tests * Fix datsets --------- Co-authored-by: eunwoosh <eunwoo.shin@intel.com> * Fix E2E tests (openvinotoolkit#2032) * Optimize data preprocessing time and enhance overall performance in semantic segmentation (openvinotoolkit#2020) * add unit test * exp * intg agg * implement ignore label * no update in model.py * ignore in label * only updated ignored loss * final * final * exp * refactor * refactor ignore loss * revert * default mode is ignore false * unit test revised * model update * revise detcon * fix error in intg test * test case revised * make run in semisl * add type hints * update docs * test case added --------- Signed-off-by: Inhyuk Andy Cho <andy.inhyuk.jo@intel.com> Co-authored-by: Harim Kang <harim.kang@intel.com> Co-authored-by: Eugene Liu <eugene.liu@intel.com> Co-authored-by: Sungman Cho <sungman.cho@intel.com> Co-authored-by: Songki Choi <songki.choi@intel.com> Co-authored-by: Yunchu Lee <yunchu.lee@intel.com> Co-authored-by: Jaeguk Hyun <jaeguk.hyun@intel.com> Co-authored-by: Inhyuk Cho <andy.inhyuk.jo@intel.com> Co-authored-by: eunwoosh <eunwoo.shin@intel.com> Co-authored-by: Lee, Soobee <soobeele@intel.com>
github-actions
bot
added
ALGO
Any changes in OTX Algo Tasks implementation
TEST
Any changes in tests
labels
Apr 25, 2023
sungmanc
approved these changes
Apr 25, 2023
eunwoosh
approved these changes
Apr 25, 2023
goodsong81
pushed a commit
to goodsong81/training_extensions
that referenced
this pull request
Apr 27, 2023
goodsong81
added a commit
that referenced
this pull request
May 3, 2023
* Upgrade mmdeploy==0.14.0 from official PyPI (#2047) * Bug fix: value of validation variable is changed after auto decrease batch size (#2053) * Integrate new ignored loss in semantic segmentation (#2065) * Remove unused modules in semantic segmentation (#2068) * Add doc for fast data loading (#2069) * Bug fix: set gpu_ids properly (#2071) * Bug fix: Progress goes 100% and back 0 % repeatedly during auto decrease bs in Geti (#2074) * Fix tiling 0 stride issue in parameter adapter (#2078) * Update instance-segmentation tutorial documentation (#2082) * Optimize YOLOX data pipeline and add unit test for get_subset of Datu… (#2075) * Tiling Spatial Concatenation for OpenVINO IR (#2052) * Add spatial concatenation to deployment demo (#2089) --------- Signed-off-by: Songki Choi <songki.choi@intel.com> Co-authored-by: Eunwoo Shin <eunwoo.shin@intel.com> Co-authored-by: Soobee Lee <soobee.lee@intel.com> Co-authored-by: Inhyuk Cho <andy.inhyuk.jo@intel.com> Co-authored-by: Eugene Liu <eugene.liu@intel.com> Co-authored-by: Harim Kang <harim.kang@intel.com> Co-authored-by: Jaeguk Hyun <jaeguk.hyun@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
I removed unused modules in semantic segmentation such as mixin.py.
While replacing to new ignore loss, I found that modules in mixin is not using actually.
Current logic does not require any modules in mixin, removed them.
Optimization for segmentation
How to test
Checklist
License
Feel free to contact the maintainers if that's a concern.