[Docs] Normalize config README.md.#7051
[Docs] Normalize config README.md.#7051ZwwWayne merged 6 commits intoopen-mmlab:devfrom jbwang1997:config_docs
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.
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.
OK. I will check it right away.
ZwwWayne
left a comment
There was a problem hiding this comment.
Looks good to me after resolving comments. Involve @zhouzaida to take a look
configs/albu_example/README.md
Outdated
|
|
||
| > [Albumentations: fast and flexible image augmentations](https://arxiv.org/abs/1809.06839) | ||
|
|
||
| <!-- [OTHER] --> |
There was a problem hiding this comment.
| <!-- [OTHER] --> | |
| <!-- [OTHERS] --> |
Change pre-commit-hooks to open-mmlab Co-authored-by: Zaida Zhou <58739961+zhouzaida@users.noreply.github.com>
configs/fast_rcnn/README.md
Outdated
|
|
||
| <!-- [PAPER_TITLE: Fast R-CNN] --> | ||
| <!-- [PAPER_URL: https://arxiv.org/abs/1504.08083] --> | ||
| ## Results and models |
There was a problem hiding this comment.
Why did it miss content?
There was a problem hiding this comment.
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.
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.
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 <58739961+zhouzaida@users.noreply.github.com> * Add new metafile in model-index.yml Co-authored-by: Zaida Zhou <58739961+zhouzaida@users.noreply.github.com>
* 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 <58739961+zhouzaida@users.noreply.github.com> * Add new metafile in model-index.yml Co-authored-by: Zaida Zhou <58739961+zhouzaida@users.noreply.github.com>
* 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 <58739961+zhouzaida@users.noreply.github.com> * Add new metafile in model-index.yml Co-authored-by: Zaida Zhou <58739961+zhouzaida@users.noreply.github.com>
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