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

Update noisy label det docs for detection task #2183

Merged

Conversation

vinnamkim
Copy link
Contributor

@vinnamkim vinnamkim commented May 24, 2023

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

@vinnamkim vinnamkim marked this pull request as ready for review May 24, 2023 02:56
@vinnamkim vinnamkim requested a review from a team as a code owner May 24, 2023 02:56
@vinnamkim vinnamkim added the DOC Improvements or additions to documentation label May 24, 2023
Signed-off-by: Kim, Vinnam <[email protected]>
@vinnamkim vinnamkim requested a review from wonjuleee May 24, 2023 03:16
eunwoosh
eunwoosh previously approved these changes May 24, 2023
@codecov-commenter
Copy link

Codecov Report

Patch coverage has no change and project coverage change: -0.01 ⚠️

Comparison is base (25b8776) 80.19% compared to head (6c85b80) 80.19%.

Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #2183      +/-   ##
===========================================
- Coverage    80.19%   80.19%   -0.01%     
===========================================
  Files          466      466              
  Lines        34892    34892              
===========================================
- Hits         27982    27980       -2     
- Misses        6910     6912       +2     
Flag Coverage Δ
py310 80.19% <ø> (-0.01%) ⬇️
py38 ?
py39 ?

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

see 1 file with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

jaegukhyun
jaegukhyun previously approved these changes May 24, 2023
@jaegukhyun jaegukhyun added this to the 1.3.0 milestone May 24, 2023
@vinnamkim vinnamkim enabled auto-merge (squash) May 24, 2023 04:21
@vinnamkim vinnamkim disabled auto-merge May 24, 2023 06:11
@vinnamkim vinnamkim changed the base branch from develop to releases/1.3.0 May 24, 2023 06:14
@vinnamkim vinnamkim dismissed stale reviews from jaegukhyun and eunwoosh May 24, 2023 06:14

The base branch was changed.

@jaegukhyun jaegukhyun merged commit d506b00 into releases/1.3.0 May 24, 2023
@jaegukhyun jaegukhyun deleted the vinnamki/docs/update-noisy-label-det-for-det-task branch May 24, 2023 06:20
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
Labels
DOC Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants