-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Use MMCV's EvalHook in MMSegmentation #438
Conversation
Codecov Report
@@ Coverage Diff @@
## master #438 +/- ##
==========================================
+ Coverage 86.51% 86.60% +0.09%
==========================================
Files 97 99 +2
Lines 4967 5152 +185
Branches 806 833 +27
==========================================
+ Hits 4297 4462 +165
- Misses 517 533 +16
- Partials 153 157 +4
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
unit test failed. |
We may directly inherit from mmcv instead of define all of them. |
* mmcv eval hook * mmcv evalhook compatible * add warnings * inherit from base class * fix unitest * adapt to mmcv 1.3.1 * fixed unittest * set by_epoch=False * fixed efficient test * update docstring Co-authored-by: Jiarui XU <xvjiarui0826@gmail.com>
* add bu aic * add aic * add tests * add hrnet aic * fix aic sigmas * update aic config and checkpoints * update udp config * update config
Apply EvalHook and DistEvalHook implemented in MMCV open-mmlab/mmcv#739 .