-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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 bug when using ClassBalancedDataset #555
Conversation
Codecov Report
@@ Coverage Diff @@
## master #555 +/- ##
==========================================
+ Coverage 79.88% 79.91% +0.03%
==========================================
Files 107 107
Lines 6095 6100 +5
Branches 988 988
==========================================
+ Hits 4869 4875 +6
+ Misses 1094 1093 -1
Partials 132 132
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
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.
LGTM
* fix dataset wrapper bug and add unit tests * fix dataset wrapper bug and add unit tests * update unit tests * fix lint * align interface to mmdet * update unit tests
Motivation
Fix bug when using dataset wrapper, refer to #514
Modification
Please briefly describe what modification is made in this PR.
Checklist
Before PR:
After PR: