-
Notifications
You must be signed in to change notification settings - Fork 9.5k
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] Normalize config README.md. #7051
Conversation
Codecov Report
@@ Coverage Diff @@
## dev #7051 +/- ##
==========================================
+ Coverage 62.38% 62.40% +0.01%
==========================================
Files 329 330 +1
Lines 26176 26200 +24
Branches 4432 4436 +4
==========================================
+ Hits 16331 16349 +18
- Misses 8975 8979 +4
- Partials 870 872 +2
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
@@ -1,4 +1,8 @@ | |||
# Deformable Convolutional Networks | |||
# DCN |
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.
We should divide the configs in this directory into two directories, one for DCN, one for DCN v2 so that one README only contains configs of one paper.
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.
OK. I will check it right away.
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.
Looks good to me after resolving comments. Involve @zhouzaida to take a look
configs/albu_example/README.md
Outdated
@@ -1,5 +1,9 @@ | |||
# Albu Example | |||
|
|||
> [Albumentations: fast and flexible image augmentations](https://arxiv.org/abs/1809.06839) | |||
|
|||
<!-- [OTHER] --> |
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.
<!-- [OTHER] --> | |
<!-- [OTHERS] --> |
Change pre-commit-hooks to open-mmlab Co-authored-by: Zaida Zhou <[email protected]>
configs/fast_rcnn/README.md
Outdated
<div align=center> | ||
<img src="https://user-images.githubusercontent.com/40661020/143882189-6258c05c-f2a1-4320-9282-7e2f2d502eb2.png"/> | ||
</div> | ||
|
||
<!-- [PAPER_TITLE: Fast R-CNN] --> | ||
<!-- [PAPER_URL: https://arxiv.org/abs/1504.08083] --> | ||
## Results and models |
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.
Why did it miss content?
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.
The section Results and Models
in original configs/fast_rcnn/README.md is empty. So I keep this setting.
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.
We need to confirm why it is empty. If it is indeed empty, the section should be removed.
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.
We do not release the model of Fast RCNN since v2.0. Therefore, we do not have checkpoints for them. I
In addition, we also need to confirm whether stat.py works as expected because we refactor the content of readme. |
I checked the stat.py. It can generate modelzoo_statistics.md successfully. |
* regularize README.md * Check README.md. Check backbone metafile * Check backbone metafile * Add metafile for some algorithm * Change pre-commit-hooks Change pre-commit-hooks to open-mmlab Co-authored-by: Zaida Zhou <[email protected]> * Add new metafile in model-index.yml Co-authored-by: Zaida Zhou <[email protected]>
* regularize README.md * Check README.md. Check backbone metafile * Check backbone metafile * Add metafile for some algorithm * Change pre-commit-hooks Change pre-commit-hooks to open-mmlab Co-authored-by: Zaida Zhou <[email protected]> * Add new metafile in model-index.yml Co-authored-by: Zaida Zhou <[email protected]>
* regularize README.md * Check README.md. Check backbone metafile * Check backbone metafile * Add metafile for some algorithm * Change pre-commit-hooks Change pre-commit-hooks to open-mmlab Co-authored-by: Zaida Zhou <[email protected]> * Add new metafile in model-index.yml Co-authored-by: Zaida Zhou <[email protected]>
Thanks for your contribution and we appreciate it a lot. The following instructions would make your pull request more healthy and more easily get feedback. If you do not understand some items, don't worry, just make the pull request and seek help from maintainers.
Motivation
Normalize README.md files in
configs
.Modification
Only modify README.md in
configs
.BC-breaking (Optional)
Does the modification introduce changes that break the backward-compatibility of the downstream repos?
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