-
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
Support loss dynamics tracking for CustomSingleStageDetector #2115
Merged
vinnamkim
merged 5 commits into
develop
from
vinnamki/feature/noisy-label-detection-ssd
May 15, 2023
Merged
Support loss dynamics tracking for CustomSingleStageDetector #2115
vinnamkim
merged 5 commits into
develop
from
vinnamki/feature/noisy-label-detection-ssd
May 15, 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
github-actions
bot
added
ALGO
Any changes in OTX Algo Tasks implementation
API
Any changes in OTX API
TEST
Any changes in tests
labels
May 8, 2023
vinnamkim
changed the title
Add CustomSSDHeadTrackingLossDynamics
Add CustomSSDTrackingLossDynamics
May 8, 2023
vinnamkim
changed the title
Add CustomSSDTrackingLossDynamics
Support loss dynamics tracking for CustomSingleStageDetector
May 8, 2023
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## develop #2115 +/- ##
===========================================
+ Coverage 79.53% 80.04% +0.50%
===========================================
Files 461 463 +2
Lines 34076 34515 +439
===========================================
+ Hits 27102 27626 +524
+ Misses 6974 6889 -85
Flags with carried forward coverage won't be shown. Click here to find out more.
☔ View full report in Codecov by Sentry. |
vinnamkim
force-pushed
the
vinnamki/feature/noisy-label-detection-ssd
branch
from
May 12, 2023 07:17
baf9fae
to
c6db50a
Compare
Signed-off-by: Kim, Vinnam <[email protected]>
Signed-off-by: Kim, Vinnam <[email protected]>
Signed-off-by: Kim, Vinnam <[email protected]>
wonjuleee
reviewed
May 12, 2023
otx/algorithms/detection/adapters/mmdet/models/heads/custom_ssd_head.py
Outdated
Show resolved
Hide resolved
otx/algorithms/detection/adapters/mmdet/models/heads/custom_ssd_head.py
Outdated
Show resolved
Hide resolved
github-actions
bot
added
CLI
Any changes in OTE CLI
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
labels
May 15, 2023
vinnamkim
force-pushed
the
vinnamki/feature/noisy-label-detection-ssd
branch
from
May 15, 2023 05:23
2ed8d06
to
cbf7ecc
Compare
github-actions
bot
removed
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
CLI
Any changes in OTE CLI
labels
May 15, 2023
Signed-off-by: Kim, Vinnam <[email protected]>
wonjuleee
previously approved these changes
May 15, 2023
sungmanc
approved these changes
May 15, 2023
sungmanc
previously approved these changes
May 15, 2023
Signed-off-by: Kim, Vinnam <[email protected]>
sungmanc
approved these changes
May 15, 2023
wonjuleee
approved these changes
May 15, 2023
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
CustomSingleStageDetector
model.How to test
I added unit tests about this change.
Checklist
License
Feel free to contact the maintainers if that's a concern.