-
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
[Enhancement] Support loading GT for evaluation from multi-file backend #867
[Enhancement] Support loading GT for evaluation from multi-file backend #867
Conversation
Codecov Report
@@ Coverage Diff @@
## master #867 +/- ##
==========================================
+ Coverage 89.02% 89.05% +0.03%
==========================================
Files 111 111
Lines 6043 6051 +8
Branches 969 969
==========================================
+ Hits 5380 5389 +9
Misses 467 467
+ Partials 196 195 -1
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
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
@uni19 Thanks for your nice contribution! |
…nd (open-mmlab#867) * support load gt for evaluation from multi-backend * move some code from get_gt_seg_maps to get_one_gt_seg_map * rename gt_seg_map_loader_conf to gt_seg_map_loader_cfg * fix doc str * rename get_one_gt_seg_map to get_gt_seg_map_by_idx
* Fix pypi label in README.md * fix README_CN.md
* resolve comments * update changelog * support mmcli
Motivation
support load gt for evaluation from multi file backend
Checklist