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

Custom imports #3641

Merged
merged 3 commits into from
Aug 30, 2020
Merged

Custom imports #3641

merged 3 commits into from
Aug 30, 2020

Conversation

Johnson-Wang
Copy link
Collaborator

Allow manually importing modules specified in the config files instead of modifying the __init__.py file.

@codecov
Copy link

codecov bot commented Aug 28, 2020

Codecov Report

Merging #3641 into master will increase coverage by 0.09%.
The diff coverage is 65.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #3641      +/-   ##
==========================================
+ Coverage   60.85%   60.94%   +0.09%     
==========================================
  Files         205      205              
  Lines       13809    13827      +18     
  Branches     2341     2344       +3     
==========================================
+ Hits         8403     8427      +24     
+ Misses       4977     4971       -6     
  Partials      429      429              
Flag Coverage Δ
#unittests 60.94% <65.00%> (+0.09%) ⬆️

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

Impacted Files Coverage Δ
mmdet/apis/inference.py 20.73% <16.66%> (-0.05%) ⬇️
mmdet/datasets/pipelines/loading.py 50.86% <84.61%> (+2.74%) ⬆️
mmdet/datasets/pipelines/__init__.py 100.00% <100.00%> (ø)
mmdet/models/roi_heads/mask_heads/maskiou_head.py 97.87% <0.00%> (+5.31%) ⬆️
mmdet/models/roi_heads/mask_scoring_roi_head.py 100.00% <0.00%> (+18.42%) ⬆️

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 046db20...7676704. Read the comment docs.

@hellock hellock merged commit e53caaf into open-mmlab:master Aug 30, 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.

3 participants