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

add Faster rcnn c5 #4043

Merged
merged 8 commits into from
Nov 5, 2020
Merged

add Faster rcnn c5 #4043

merged 8 commits into from
Nov 5, 2020

Conversation

GT9505
Copy link
Collaborator

@GT9505 GT9505 commented Nov 1, 2020

The C5 with mstrain and 1x schedule achieves 37.4 mAP, which is the same as model in Detectron2 (37.3 mAP).

@codecov
Copy link

codecov bot commented Nov 1, 2020

Codecov Report

Merging #4043 into master will decrease coverage by 0.00%.
The diff coverage is 71.42%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #4043      +/-   ##
==========================================
- Coverage   61.91%   61.91%   -0.01%     
==========================================
  Files         224      225       +1     
  Lines       16634    16639       +5     
  Branches     2811     2814       +3     
==========================================
+ Hits        10299    10302       +3     
- Misses       5836     5838       +2     
  Partials      499      499              
Flag Coverage Δ
unittests 61.91% <71.42%> (-0.01%) ⬇️

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

Impacted Files Coverage Δ
mmdet/core/anchor/anchor_generator.py 78.98% <ø> (ø)
mmdet/models/dense_heads/atss_head.py 27.94% <ø> (-0.02%) ⬇️
mmdet/models/dense_heads/gfl_head.py 27.35% <ø> (-0.04%) ⬇️
mmdet/models/dense_heads/vfnet_head.py 31.48% <ø> (+0.07%) ⬆️
mmdet/core/utils/dist_utils.py 25.64% <16.66%> (-1.64%) ⬇️
mmdet/models/necks/channel_mapper.py 84.21% <84.21%> (ø)
mmdet/core/utils/__init__.py 100.00% <100.00%> (ø)
mmdet/models/necks/__init__.py 100.00% <100.00%> (ø)
mmdet/models/detectors/cornernet.py 94.87% <0.00%> (-5.13%) ⬇️
mmdet/models/dense_heads/corner_head.py 74.86% <0.00%> (-1.92%) ⬇️
... and 1 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 bd3306f...7bf2a48. Read the comment docs.

@hellock hellock requested a review from ZwwWayne November 2, 2020 05:12
@GT9505 GT9505 requested a review from ZwwWayne November 3, 2020 07:21
@GT9505 GT9505 requested a review from hellock November 4, 2020 06:24
@hellock hellock merged commit d3cf38d into open-mmlab:master Nov 5, 2020
@GT9505 GT9505 deleted the faster_c5 branch November 5, 2020 08:55
@GT9505 GT9505 restored the faster_c5 branch July 23, 2021 10:05
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