mmocr/demo
hq_wei 24c590bb04
Ner task (#148)
* update ner standard code format

* add pytest

* fix pre-commit

* Annotate the dataset section

* fix pre-commit for dataset

* rm big files and add comments in dataset

* rename configs for ner task

* minor changes if metric

* Note modification

* fix pre-commit

* detail modification

* rm transform

* rm magic number

* fix warnings in pylint

* fix pre-commit

* correct help info

* rename model files

* rename err fixed

* 428_tag

* Adjust to more general pipline

* update unit test rate

* update

* Unit test coverage over 90% and add Readme

* modify details

* fix precommit

* update

* fix pre-commit

* update

* update

* update

* update result

* update readme

* update baseline config

* update config and small minor changes

* minor changes in readme and etc.

* back to original

* update toy config

* upload model and log

* fix pytest

* Modify the notes.

* fix readme

* Delete Chinese punctuation

* add demo and fix some logic and naming problems

* add To_tensor transformer for ner and load pretrained model in config

* delete extra lines

* split ner loss to MaskedCrossEntropyLoss and MaskedFocalLoss

* update config

* fix err

* updata

* modify noqa

* update new model report

* fix err in ner demo

* Update ner_dataset.py

* Update test_ner_dataset.py

* Update ner_dataset.py

* Update ner_transforms.py

* rm toy config and data

* add comment

* add empty

* fix conflict

* fix precommit

* fix pytest

* fix pytest err

* Update ner_dataset.py

* change dataset name to cluener2020

* move the postprocess in metric to convertor

* rm __init__ etc.

* precommit

* add discription in loss

* add auto download

* add http

* update

* remove some 'issert'

* replace unsqueeze

* update config

* update doc and bert.py

* update

* update demo code

Co-authored-by: weihuaqiang <weihuaqiang@sensetime.com>
Co-authored-by: Hongbin Sun <hongbin306@gmail.com>
2021-05-18 11:33:51 +08:00
..
docs update demo docs for batch inference (#181) 2021-05-13 17:58:38 +08:00
resources move demo image to demo/resources (#171) 2021-05-12 20:35:39 +08:00
MMOCR_Tutorial.ipynb modified mmocr colab (#199) 2021-05-18 11:13:07 +08:00
README.md move demo image to demo/resources (#171) 2021-05-12 20:35:39 +08:00
batch_image_demo.py fix #173: support aug test (#178) 2021-05-13 07:18:00 +00:00
demo_densetext_det.jpg simplify installation procedure (#188) 2021-05-15 10:34:37 +08:00
demo_text_det.jpg [feature]: add textdet 2021-04-03 01:03:52 +08:00
demo_text_recog.jpg [feature]: add textdet 2021-04-03 01:03:52 +08:00
image_demo.py fix issue#127: changed save_path to out_file (#141) 2021-04-29 15:46:46 +08:00
ner_demo.py Ner task (#148) 2021-05-18 11:33:51 +08:00
ocr_image_demo.py fix #173: support aug test (#178) 2021-05-13 07:18:00 +00:00
webcam_demo.py Remove usage of \ (#49) 2021-04-06 12:16:46 +00:00

README.md

Demo

This page provides tutorials about running demos. Please click the link below for more information.

Please refer to Text Detection for the tutorial of Text Detection demo.




Please refer to Text Recognition for the tutorial of Text Recognition demo.




Please refer to End2End Demo for the tutorial of Text Detection and Recognition end-to-end demo.