-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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
[Enhance] Unify the interface of stuff head and panoptic head #6308
Conversation
Codecov Report
@@ Coverage Diff @@
## master #6308 +/- ##
==========================================
+ Coverage 61.82% 61.85% +0.02%
==========================================
Files 315 315
Lines 25166 25174 +8
Branches 4185 4187 +2
==========================================
+ Hits 15560 15572 +12
+ Misses 8797 8789 -8
- Partials 809 813 +4
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
I will train a model to ensure that the modification is correct. |
Replace
fg_range
andbg_range
withnum_thing_classes
andnum_stuff_classes
.Deprecated two interfaces
fg_range
andbg_range
.