-
Notifications
You must be signed in to change notification settings - Fork 9.8k
mmdet: r3_cnn original code #6399
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
base: dev
Are you sure you want to change the base?
Conversation
Codecov Report
@@ Coverage Diff @@
## master #6399 +/- ##
==========================================
- Coverage 62.03% 61.97% -0.07%
==========================================
Files 319 321 +2
Lines 25314 25386 +72
Branches 4189 4211 +22
==========================================
+ Hits 15703 15732 +29
- Misses 8783 8824 +41
- Partials 828 830 +2
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
|
Hi @hachreak , |
6c197eb to
755e03c
Compare
Hi @ZwwWayne , thanks for your comment! |
|
@hachreak Please add the unit test, because the code coverage drops more. |
755e03c to
4dae488
Compare
Signed-off-by: Leonardo Rossi <leonardo.rossi@unipr.it>
4dae488 to
4c2e563
Compare
| @@ -0,0 +1,14 @@ | |||
| # Recursively Refined R-CNN: Instance Segmentation with Self-RoI Rebalancing | |||
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.
Like other algorithms, the precision table needs to be added.
|
@hachreak Please confirm whether the Cascade Mask RCNN has BC breaking. At the same time, you can simply run an experiment to see if there are any problems. If you need other help, you can contact me. |
|
Hi @hhaAndroid Actually, to run experiments for me now could be a problem because I don't have enough gpus to start some training. 😞 |
|
Hi @hhaAndroid any news for the PR? 😄 |
|
|
Hi @ZwwWayne
|

Signed-off-by: Leonardo Rossi leonardo.rossi@unipr.it
Motivation
Original code for the paper: Recursively Refined R-CNN: Instance Segmentation with Self-RoI Rebalancing
Modification
R3RoIHead is a more generic version of HybridTaskCascadeRoIHead, in the sense that permits to specify which bbox/mask head use at each step.
BC-breaking (Optional)
It should not break anything.