-
Notifications
You must be signed in to change notification settings - Fork 233
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
[Docs]Update README according to OpenMMLab standard. #65
Conversation
Codecov Report
@@ Coverage Diff @@
## master #65 +/- ##
=======================================
Coverage 56.58% 56.58%
=======================================
Files 83 83
Lines 2932 2932
Branches 540 540
=======================================
Hits 1659 1659
Misses 1197 1197
Partials 76 76
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report at Codecov.
|
…lab#60) * Deprecate the support for ``python setup.py test`` * Update requirements
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.
README title and paper title had better not all caps, which is not convenient to read.
* Update README according to OpenMMLab standard. * [Refactor]Deprecate the support for ``python setup.py test`` (open-mmlab#60) * Deprecate the support for ``python setup.py test`` * Update requirements * Upgrade isort in pre-commit hook (open-mmlab#70) * Update README according to OpenMMLab standard. * modify uppercase and lowercase Co-authored-by: whcao <41630003+HIT-cwh@users.noreply.github.com>
* Update README according to OpenMMLab standard. * [Refactor]Deprecate the support for ``python setup.py test`` (open-mmlab#60) * Deprecate the support for ``python setup.py test`` * Update requirements * Upgrade isort in pre-commit hook (open-mmlab#70) * Update README according to OpenMMLab standard. * modify uppercase and lowercase Co-authored-by: whcao <41630003+HIT-cwh@users.noreply.github.com>
* add export info * add dump-info funciton * add collect info * fix lint * add docstring * docstring * docstring
Motivation
As the title.
Modification
BC-breaking (Optional)
Does the modification introduce changes that break the backward compatibility of the downstream repositories?
If so, please describe how it breaks the compatibility and how the downstream projects should modify their code to keep compatibility with this PR.
Use cases (Optional)
If this PR introduces a new feature, it is better to list some use cases here and update the documentation.
Checklist
Before PR:
After PR: