Merge pull request #30 from cuhk-hbsun/hbsun/changelog

update changelog
This commit is contained in:
lizz 2021-04-09 14:40:48 +08:00 committed by GitHub
commit 447959a950
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 16 additions and 1 deletions

View File

@ -1 +1,15 @@
## Changelog
# Changelog
## v0.1.0 (7/4/2021)
**Highlights**
- MMOCR is released.
**Main Features**
- Support text detection, text recognition and the corresponding downstream tasks such as key information extraction.
- For text detection, support both single-step (`PSENet`, `PANet`, `DBNet`, `TextSnake`) and two-step (`MaskRCNN`) methods.
- For text recognition, support CTC-loss based method `CRNN`; Encoder-decoder (with attention) based methods `SAR`, `Robustscanner`; Segmentation based method `SegOCR`; Transformer based method `NRTR`.
- For key information extraction, support GCN based method `SDMG-R`.
- Provide checkpoints and log files for all of the methods above.

View File

@ -1,3 +1,4 @@
mmdet==2.9.0
recommonmark
sphinx
sphinx_markdown_tables