-
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
Set path to save pseudo masks into workspace #2185
Merged
sungmanc
merged 8 commits into
openvinotoolkit:releases/1.3.0
from
sungchul2:update_selfsl_regression_test
May 25, 2023
Merged
Set path to save pseudo masks into workspace #2185
sungmanc
merged 8 commits into
openvinotoolkit:releases/1.3.0
from
sungchul2:update_selfsl_regression_test
May 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
Please, rebase to release1.3.0 |
sungchul2
force-pushed
the
update_selfsl_regression_test
branch
from
May 24, 2023 06:04
76f752b
to
c217bb0
Compare
github-actions
bot
added
ALGO
Any changes in OTX Algo Tasks implementation
API
Any changes in OTX API
DOC
Improvements or additions to documentation
TEST
Any changes in tests
labels
May 24, 2023
Fixed. |
Could you check pre-commit issues? |
github-actions
bot
removed
TEST
Any changes in tests
DOC
Improvements or additions to documentation
API
Any changes in OTX API
ALGO
Any changes in OTX Algo Tasks implementation
labels
May 24, 2023
…raining_extensions into update_selfsl_regression_test
yunchu
reviewed
May 24, 2023
Co-authored-by: Yunchu Lee <[email protected]>
sungchul2
commented
May 24, 2023
Co-authored-by: Kim, Sungchul <[email protected]>
jaegukhyun
approved these changes
May 25, 2023
sungmanc
approved these changes
May 25, 2023
goodsong81
added a commit
that referenced
this pull request
Jun 5, 2023
* Fix e2e (#2179) * Fix iseg e2e (#2173) * Fix det e2e (#2176) * Update noisy label det docs for detection task (#2183) * Fix iseg e2e (#2173) * Fix det e2e (#2176) * Add supcon seg for regression (#2177) * Fix iseg e2e (#2173) * Fix det e2e (#2176) * Update regression test config (#2186) * Fix for anomaly regression test (#2188) * Fix iseg regression (#2190) * Set path to save pseudo masks into workspace (#2185) * Temporary fix override_configs bug (#2187) * Fix iseg e2e (#2173) * Fix det e2e (#2176) * Cleaned up skip/xfail TCs on the classification e2e tests (#2196) * Added csv output to export dependencies (#2178) * Fix typo and enlarge the threshold for KPI tests (#2198) * bugfix: auto adapt batch size doesn't work with cls incr case (#2199) * Fix for ssd (#2197) * Turn off persistent worker if num_worker is zero in classification task (#2208) * Update test cases of common_semantic_segmentation_dataset (#2210) * Optimize counting train & inference speed and memory consumption (#2172) * Do not skip full img tile classifier + Fix Sequencial Export Issue (#2174) * Add warning message to tiling parameter (#2193) * Change the way to pad for instance-segmentation * Hotfix: use 0 confidence threshold when computing best threshold based on F1 * Fix possible bw issue in exportable code (#2212) * Fix ellipse load (#2214) * Fix GT vs prediction order mismatch due to different sorting result (#2216) * Return raw anomaly maps as metadata (#2217) * Fix merge error, revert to pymongo w/o version spec --------- Signed-off-by: Songki Choi <[email protected]> Signed-off-by: Kim, Vinnam <[email protected]> Co-authored-by: Jaeguk Hyun <[email protected]> Co-authored-by: Vinnam Kim <[email protected]> Co-authored-by: Sungman Cho <[email protected]> Co-authored-by: Eunwoo Shin <[email protected]> Co-authored-by: Kim, Sungchul <[email protected]> Co-authored-by: Yunchu Lee <[email protected]> Co-authored-by: Jihwan Eom <[email protected]> Co-authored-by: Eugene Liu <[email protected]> Co-authored-by: sungmanc <[email protected]> Co-authored-by: Vladislav Sovrasov <[email protected]> Co-authored-by: Dick Ameln <[email protected]>
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
This PR is to set a path where saving pseudo masks, which are used on self-supervised learning for semantic segmentation, into workspace.
How to test
When workspace was set to
test4/workspace
, pseudo masks were created in the path.tox -e tests-all-py38 -- tests/unit/core/data/adapter/test_segmentation_adapter.py::TestSelfSLSegmentationDatasetAdapter
Checklist
License
Feel free to contact the maintainers if that's a concern.