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] Enable roi_head test empty rois #5081

Merged
merged 1 commit into from
Apr 29, 2021
Merged

Conversation

OceanPang
Copy link
Collaborator

Enable roi_head test empty rois.

@codecov
Copy link

codecov bot commented Apr 28, 2021

Codecov Report

Merging #5081 (f9fe078) into master (2a856ef) will decrease coverage by 0.61%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #5081      +/-   ##
==========================================
- Coverage   65.50%   64.89%   -0.62%     
==========================================
  Files         265      267       +2     
  Lines       20315    20642     +327     
  Branches     3419     3476      +57     
==========================================
+ Hits        13308    13395      +87     
- Misses       6250     6492     +242     
+ Partials      757      755       -2     
Flag Coverage Δ
unittests 64.86% <100.00%> (-0.62%) ⬇️

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

Impacted Files Coverage Δ
mmdet/models/roi_heads/test_mixins.py 52.32% <100.00%> (ø)
mmdet/models/utils/transformer.py 44.91% <0.00%> (-41.46%) ⬇️
mmdet/models/necks/channel_mapper.py 77.41% <0.00%> (-22.59%) ⬇️
mmdet/models/detectors/cornernet.py 94.87% <0.00%> (-5.13%) ⬇️
mmdet/models/dense_heads/corner_head.py 70.74% <0.00%> (-1.87%) ⬇️
mmdet/models/detectors/__init__.py 100.00% <0.00%> (ø)
mmdet/models/dense_heads/__init__.py 100.00% <0.00%> (ø)
mmdet/models/dense_heads/deformable_detr_head.py 33.60% <0.00%> (ø)
mmdet/models/detectors/deformable_detr.py 100.00% <0.00%> (ø)
mmdet/models/dense_heads/detr_head.py 89.44% <0.00%> (+0.66%) ⬆️

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 2a856ef...f9fe078. Read the comment docs.

@ZwwWayne ZwwWayne merged commit 2f2cb37 into open-mmlab:master Apr 29, 2021
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

2 participants