mirror of https://github.com/open-mmlab/mmocr.git
Fix typos (#26)
* Fix typos Signed-off-by: lizz <lizz@sensetime.com> * Ohh Signed-off-by: lizz <lizz@sensetime.com>pull/2/head
parent
cb1b2c2fa6
commit
7471c8cecd
2
LICENSE
2
LICENSE
|
@ -188,7 +188,7 @@ Copyright (c) MMOCR Authors. All rights reserved.
|
||||||
same "printed page" as the copyright notice for easier
|
same "printed page" as the copyright notice for easier
|
||||||
identification within third-party archives.
|
identification within third-party archives.
|
||||||
|
|
||||||
Copyright 2020 MMEditing Authors. All rights reserved.
|
Copyright 2021 MMOCR Authors. All rights reserved.
|
||||||
|
|
||||||
Licensed under the Apache License, Version 2.0 (the "License");
|
Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
you may not use this file except in compliance with the License.
|
you may not use this file except in compliance with the License.
|
||||||
|
|
|
@ -4,10 +4,10 @@
|
||||||
|
|
||||||
## Introduction
|
## Introduction
|
||||||
|
|
||||||
[](https://github.com/open-mmlab/mmediting/actions)
|
[](https://github.com/open-mmlab/mmocr/actions)
|
||||||
[](https://mmediting.readthedocs.io/en/latest/?badge=latest)
|
[](https://mmocr.readthedocs.io/en/latest/?badge=latest)
|
||||||
[](https://codecov.io/gh/open-mmlab/mmediting)
|
[](https://codecov.io/gh/open-mmlab/mmocr)
|
||||||
[](https://github.com/open-mmlab/mmediting/blob/master/LICENSE)
|
[](https://github.com/open-mmlab/mmocr/blob/master/LICENSE)
|
||||||
|
|
||||||
MMOCR is an open-source toolbox based on PyTorch and mmdetection for text detection, text recognition, and the corresponding downstream tasks including key information extraction. It is part of the open-mmlab project developed by [Multimedia Laboratory, CUHK](http://mmlab.ie.cuhk.edu.hk/).
|
MMOCR is an open-source toolbox based on PyTorch and mmdetection for text detection, text recognition, and the corresponding downstream tasks including key information extraction. It is part of the open-mmlab project developed by [Multimedia Laboratory, CUHK](http://mmlab.ie.cuhk.edu.hk/).
|
||||||
|
|
||||||
|
|
|
@ -5,6 +5,6 @@ sed -i '$a\\n' ../configs/textdet/*/*.md
|
||||||
sed -i '$a\\n' ../configs/textrecog/*/*.md
|
sed -i '$a\\n' ../configs/textrecog/*/*.md
|
||||||
|
|
||||||
# gather models
|
# gather models
|
||||||
cat ../configs/kie/*/*.md | sed "s/md###t/html#t/g" | sed "s/#/#&/" | sed '1i\# Kie Models' | sed 's/](\/docs\//](/g' | sed 's=](/=](https://github.com/open-mmlab/mmediting/tree/master/=g' >kie_models.md
|
cat ../configs/kie/*/*.md | sed "s/md###t/html#t/g" | sed "s/#/#&/" | sed '1i\# Kie Models' | sed 's/](\/docs\//](/g' | sed 's=](/=](https://github.com/open-mmlab/mmocr/tree/master/=g' >kie_models.md
|
||||||
cat ../configs/textdet/*/*.md | sed "s/md###t/html#t/g" | sed "s/#/#&/" | sed '1i\# Text Detection Models' | sed 's/](\/docs\//](/g' | sed 's=](/=](https://github.com/open-mmlab/mmediting/tree/master/=g' >textdet_models.md
|
cat ../configs/textdet/*/*.md | sed "s/md###t/html#t/g" | sed "s/#/#&/" | sed '1i\# Text Detection Models' | sed 's/](\/docs\//](/g' | sed 's=](/=](https://github.com/open-mmlab/mmocr/tree/master/=g' >textdet_models.md
|
||||||
cat ../configs/textrecog/*/*.md | sed "s/md###t/html#t/g" | sed "s/#/#&/" | sed '1i\# Text Recognition Models' | sed 's/](\/docs\//](/g' | sed 's=](/=](https://github.com/open-mmlab/mmediting/tree/master/=g' >textrecog_models.md
|
cat ../configs/textrecog/*/*.md | sed "s/md###t/html#t/g" | sed "s/#/#&/" | sed '1i\# Text Recognition Models' | sed 's/](\/docs\//](/g' | sed 's=](/=](https://github.com/open-mmlab/mmocr/tree/master/=g' >textrecog_models.md
|
||||||
|
|
Loading…
Reference in New Issue