-
Notifications
You must be signed in to change notification settings - Fork 9.5k
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 Pyramid Grids #4645
Feature Pyramid Grids #4645
Conversation
Codecov Report
@@ Coverage Diff @@
## master #4645 +/- ##
==========================================
- Coverage 64.17% 64.03% -0.14%
==========================================
Files 250 252 +2
Lines 19286 19631 +345
Branches 3264 3323 +59
==========================================
+ Hits 12377 12571 +194
- Misses 6258 6393 +135
- Partials 651 667 +16
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
norm_cfg (dict): Config dict for normalization layer. Default: None. | ||
""" | ||
|
||
transition_types = { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we create a new registry for transition thus we could extend the transitions without modifying the code in fpg.py?
self.out_channels = out_channels | ||
self.num_ins = len(in_channels) | ||
self.num_outs = num_outs | ||
if inter_channels is None: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we need a unit test to more comprehensively test this module?
Implementation of FPG that published in https://arxiv.org/abs/2004.03580.
Here is the mAP comparison of this PR and paper: