mirror of https://github.com/open-mmlab/mmocr.git
parent
c345255e49
commit
b17304edeb
|
@ -9,7 +9,7 @@
|
|||
[](https://codecov.io/gh/open-mmlab/mmocr)
|
||||
[](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.
|
||||
|
||||
The master branch works with **PyTorch 1.5+**.
|
||||
|
||||
|
@ -48,7 +48,7 @@ v0.1.0 was released on 07/04/2021.
|
|||
|
||||
## Benchmark and Model Zoo
|
||||
|
||||
Please refer to [modelzoo.md](https://mmocr.readthedocs.io/en/latest/modelzoo.html) for more details.
|
||||
Please refer to [modelzoo.md](https://mmocr.readthedocs.io/en/latest/index.html) for more details.
|
||||
|
||||
## Installation
|
||||
|
||||
|
|
|
@ -5,6 +5,6 @@ sed -i '$a\\n' ../configs/textdet/*/*.md
|
|||
sed -i '$a\\n' ../configs/textrecog/*/*.md
|
||||
|
||||
# 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/mmocr/tree/master/=g' >kie_models.md
|
||||
cat ../configs/kie/*/*.md | sed "s/md###t/html#t/g" | sed "s/#/#&/" | sed '1i\# Key Information Extraction 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/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/mmocr/tree/master/=g' >textrecog_models.md
|
||||
|
|
Loading…
Reference in New Issue