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

fix benchmark #3606

Merged
merged 1 commit into from
Aug 23, 2020
Merged

fix benchmark #3606

merged 1 commit into from
Aug 23, 2020

Conversation

yhcao6
Copy link
Collaborator

@yhcao6 yhcao6 commented Aug 22, 2020

Fix #3552

@codecov
Copy link

codecov bot commented Aug 22, 2020

Codecov Report

Merging #3606 into master will increase coverage by 0.10%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #3606      +/-   ##
==========================================
+ Coverage   60.67%   60.77%   +0.10%     
==========================================
  Files         205      205              
  Lines       13781    13781              
  Branches     2332     2332              
==========================================
+ Hits         8362     8376      +14     
+ Misses       4995     4981      -14     
  Partials      424      424              
Flag Coverage Δ
#unittests 60.77% <ø> (+0.10%) ⬆️

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

Impacted Files Coverage Δ
mmdet/models/dense_heads/corner_head.py 76.04% <0.00%> (+1.94%) ⬆️
mmdet/models/detectors/cornernet.py 100.00% <0.00%> (+5.12%) ⬆️
mmdet/models/roi_heads/test_mixins.py 53.76% <0.00%> (+5.37%) ⬆️

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 754b846...2072ae0. Read the comment docs.

@hellock hellock merged commit 31fb4fb into open-mmlab:master Aug 23, 2020
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.

benchmark.py. ModuleNotFoundError: No module named 'tools.fuse_conv_bn'.
2 participants