-
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] Change readme style and Update metafiles. #895
[Enhancement] Change readme style and Update metafiles. #895
Conversation
clownrat6
commented
Sep 22, 2021
•
edited
Loading
edited
- Improve readme stryle;
- Modify md2yml hooks;
- Update metafiles;
Codecov Report
@@ Coverage Diff @@
## master #895 +/- ##
=======================================
Coverage 89.62% 89.62%
=======================================
Files 113 113
Lines 6263 6263
Branches 989 989
=======================================
Hits 5613 5613
Misses 452 452
Partials 198 198
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report at Codecov.
|
Hi @Sennnnn |
configs/ann/ann.yml
Outdated
Results: | ||
Task: Semantic Segmentation |
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.
Task: Semantic Segmentation | |
-Task: Semantic Segmentation |
Refer to https://github.com/open-mmlab/mmdetection/blob/master/configs/atss/metafile.yml#L36.
configs/apcnet/apcnet.yml
Outdated
URL: https://github.com/open-mmlab/mmsegmentation/blob/v0.17.0/mmseg/models/decode_heads/apc_head.py#L111 | ||
Version: v0.17.0 | ||
Converted From: | ||
Weights: '' |
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.
pop the key
if the length of the corresponding value is 0.
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
* [Enhancement] Change readme style and prepare for metafiles update. * Update apcnet github repo url. * add code snippet. * split code snippet & official repo. * update md2yml hook. * Update metafiles. * Add converted from attribute. * process conflict. * Put defualt variable value. * update bisenet v2 metafile. * checkout to ubuntu environment. * pop empty attribute & make task attribute list. * update readme style * update readme style * update metafiles Co-authored-by: Junjun2016 <[email protected]>