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

[Feature] Add NanoDet-Plus head and Dynamic Soft-label Assigner. #358

Merged
merged 9 commits into from
Dec 19, 2021

Conversation

RangiLyu
Copy link
Owner

No description provided.

@codecov
Copy link

codecov bot commented Dec 16, 2021

Codecov Report

Merging #358 (ea12f13) into v1.0.0-alpha (a805b73) will increase coverage by 0.42%.
The diff coverage is 82.16%.

Impacted file tree graph

@@               Coverage Diff                @@
##           v1.0.0-alpha     #358      +/-   ##
================================================
+ Coverage         74.16%   74.59%   +0.42%     
================================================
  Files                62       64       +2     
  Lines              4022     4279     +257     
  Branches            691      723      +32     
================================================
+ Hits               2983     3192     +209     
- Misses              863      910      +47     
- Partials            176      177       +1     
Flag Coverage Δ
unittests 74.59% <82.16%> (+0.42%) ⬆️

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

Impacted Files Coverage Δ
nanodet/util/check_point.py 19.23% <0.00%> (ø)
nanodet/util/logger.py 63.70% <50.00%> (-0.23%) ⬇️
nanodet/model/head/__init__.py 85.71% <66.66%> (+3.89%) ⬆️
nanodet/model/head/nanodet_plus_head.py 77.00% <77.00%> (ø)
nanodet/model/head/assigner/dsl_assigner.py 81.81% <81.81%> (ø)
nanodet/model/head/gfl_head.py 91.57% <100.00%> (+2.45%) ⬆️
nanodet/model/head/nanodet_head.py 100.00% <100.00%> (+5.00%) ⬆️
nanodet/util/box_transform.py 100.00% <100.00%> (+4.34%) ⬆️
nanodet/data/transform/warp.py 84.48% <0.00%> (-1.15%) ⬇️
nanodet/model/loss/utils.py 77.77% <0.00%> (+3.70%) ⬆️
... and 2 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a805b73...ea12f13. Read the comment docs.

@RangiLyu RangiLyu merged commit 161bda1 into v1.0.0-alpha Dec 19, 2021
@RangiLyu RangiLyu deleted the nanodet_plus_head branch December 19, 2021 08:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant