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

RTMDet-tiny enablement for detection task (export/optimize) #3564

Merged
merged 11 commits into from
Jun 14, 2024

Conversation

sungchul2
Copy link
Contributor

@sungchul2 sungchul2 commented May 31, 2024

Summary

This PR includes:

  • export/optimize for RTMDet-tiny

How to test

Checklist

  • I have added unit tests to cover my changes.​
  • I have added integration tests to cover my changes.​
  • I have ran e2e tests and there is no issues.
  • 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) 2024 Intel Corporation
# SPDX-License-Identifier: Apache-2.0

@github-actions github-actions bot added TEST Any changes in tests OTX 2.0 labels May 31, 2024
Copy link

codecov bot commented May 31, 2024

Codecov Report

Attention: Patch coverage is 88.46154% with 3 lines in your changes missing coverage. Please review.

Project coverage is 83.18%. Comparing base (38a3a5d) to head (fe464af).

Current head fe464af differs from pull request most recent head 8801ff0

Please upload reports for the commit 8801ff0 to get more accurate results.

Files Patch % Lines
src/otx/algo/detection/utils/utils.py 33.33% 2 Missing ⚠️
src/otx/algo/detection/heads/rtmdet_head.py 95.65% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #3564      +/-   ##
===========================================
+ Coverage    81.15%   83.18%   +2.02%     
===========================================
  Files          259      255       -4     
  Lines        26254    25214    -1040     
===========================================
- Hits         21307    20974     -333     
+ Misses        4947     4240     -707     
Flag Coverage Δ
py310 83.18% <88.46%> (+2.03%) ⬆️
py311 ?

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

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@sungchul2 sungchul2 enabled auto-merge (squash) June 14, 2024 01:47
Copy link
Contributor

@eunwoosh eunwoosh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@sungchul2 sungchul2 merged commit 785a560 into openvinotoolkit:develop Jun 14, 2024
13 checks passed
@sungchul2 sungchul2 deleted the rtmdet_enablement_export branch June 14, 2024 08:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
TEST Any changes in tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants