Commit Graph

27 Commits (c08c113bd46595bc598d2cc114d85de506f6a97b)

Author SHA1 Message Date
Tong Gao 735de687aa
[Docs] Add MMCV (#954) 2022-04-20 23:00:39 +08:00
Tong Gao 0546134771
Bump version to 0.5.0 (#904) 2022-03-31 17:42:24 +08:00
Tong Gao 051df9a77b
[Fix] Fix typos in readme (#903) 2022-03-30 23:32:09 +08:00
liukuikun 7b7c8504f6
[Docs] Brief installation instruction in README (#897) 2022-03-30 22:30:51 +08:00
shaohua.zhang 963b725775
[Docs] Update README_zh-CN document URL (#823)
* Update README_zh-CN.md

* Update README_zh-CN.md

Co-authored-by: Tong Gao <gaotongxiao@gmail.com>
2022-03-11 10:10:06 +08:00
xinke-wang 466b2ff6a9
[Docs] Update README.MD (#806) 2022-03-01 15:55:02 +08:00
Tong Gao a75fc6bf99
Bump version to 0.4.1 (#755)
* 0.4.1 change log

* update version number

* update changelog

* update changelog

* update dates

* update version
2022-01-27 14:39:17 +08:00
Tong Gao 9de3348e9a
Add website links to readme (#731) 2022-01-13 12:11:13 +00:00
Hongbin Sun f0d7f14c6d
[Docs] Add MMSelfSup/MMRazor/MMDeploy in readme (#692)
* add projects in readme

* update name
2021-12-30 10:28:46 +08:00
Tong Gao af9a62502c
Bump version to 0.4.0 (#672) 2021-12-15 11:34:56 +08:00
Tong Gao 9104667112
[Model] Full ABINet Framework (#651)
Co-authored-by: liukuikun <24622904+Harold-lkk@users.noreply.github.com>
2021-12-15 11:21:54 +08:00
Tong Gao d58fac9760
[Docs] Docs fix (#664)
* [Docs] Update readme links

* Fix docs merge script
2021-12-13 19:08:42 +08:00
Tong Gao 925b365dcf
[Docs] Add MMHuman3D in readme (#644)
* [Docs] Add MMHuman3D in readme

* add docs
2021-12-03 16:52:38 +08:00
Tong Gao 04ef6053a6
[Docs] Add MMFewShot (#621) 2021-11-26 11:18:57 +08:00
Tong Gao 53b050b0ca
[Docs] Add MMFlow & MIM (#597)
* [Docs] Add MMFlow

* add mim
2021-11-19 14:16:42 +08:00
Tong Gao f9d158fafa
Bump version to 0.3.0 (#461)
* Bump version to 0.3.0

* update changelog
2021-08-25 16:43:31 +08:00
LvTianlei 8f377f2fa2
[Feature] Add Satrn (#405)
* Add SATRN

* Create satrn_small_academic.py

* Update README.md

* change config name

* Update mmocr/models/textrecog/backbones/shallow_cnn.py

Co-authored-by: Tong Gao <gaotongxiao@gmail.com>

* Update configs/textrecog/satrn/satrn_academic.py

Co-authored-by: Tong Gao <gaotongxiao@gmail.com>

* Update configs/textrecog/satrn/satrn_small.py

Co-authored-by: Tong Gao <gaotongxiao@gmail.com>

* Update shallow_cnn.py

* Update mmocr/models/textrecog/layers/transformer_layer.py

Co-authored-by: Tong Gao <gaotongxiao@gmail.com>

* Update mmocr/models/textrecog/layers/transformer_layer.py

Co-authored-by: Tong Gao <gaotongxiao@gmail.com>

* Update test_ocr_encoder.py

* change keep_aspect_ratio=False

* Update transformer_layer.py

* Update configs/textrecog/satrn/satrn_small.py

Co-authored-by: Tong Gao <gaotongxiao@gmail.com>

* Update configs/textrecog/satrn/satrn_academic.py

Co-authored-by: Tong Gao <gaotongxiao@gmail.com>

* Update mmocr/models/textrecog/layers/transformer_layer.py

Co-authored-by: Tong Gao <gaotongxiao@gmail.com>

* Update mmocr/models/textrecog/layers/transformer_layer.py

Co-authored-by: Tong Gao <gaotongxiao@gmail.com>

* Update mmocr/models/textrecog/layers/transformer_layer.py

Co-authored-by: Tong Gao <gaotongxiao@gmail.com>

* Update mmocr/models/textrecog/layers/transformer_layer.py

Co-authored-by: Tong Gao <gaotongxiao@gmail.com>

* Update mmocr/models/textrecog/layers/transformer_layer.py

Co-authored-by: Tong Gao <gaotongxiao@gmail.com>

* Update mmocr/models/textrecog/layers/transformer_layer.py

Co-authored-by: Tong Gao <gaotongxiao@gmail.com>

* Update mmocr/models/textrecog/layers/transformer_layer.py

Co-authored-by: Tong Gao <gaotongxiao@gmail.com>

* Update mmocr/models/textrecog/layers/transformer_layer.py

Co-authored-by: Tong Gao <gaotongxiao@gmail.com>

* Update mmocr/models/textrecog/layers/transformer_layer.py

Co-authored-by: Tong Gao <gaotongxiao@gmail.com>

* Update transformer_layer.py

* Apply suggestions from code review

Co-authored-by: Tong Gao <gaotongxiao@gmail.com>

* Update transformer_layer.py

* update satrn readme

* add satrn to ocr.py

* add satrn_sm and fix configs

* add a test for config

* add copyright info

* use mmocr registry

Co-authored-by: Tong Gao <gaotongxiao@gmail.com>
2021-08-19 22:02:58 +08:00
yuexy b53098dc5c
update citation information (#440) 2021-08-19 09:05:30 +00:00
Tong Gao 72a5c31577
add mim support (#394) 2021-08-04 14:21:41 +08:00
Tong Gao d8cb48ab46
[Docs] update dependency version req, dockerfile and change logs for 0.2.1 (#331)
* update pytorch req and dockerfile

* Update dependency requirement

* update readme for 0.2.1

* update change log

* update release date
2021-07-20 23:18:47 +08:00
GT 71208cb8e7
fixed dead links of FCENet Readme (#267) 2021-06-08 17:52:32 +08:00
AllentDan b1741dee57
Fix readme crnn link (#265)
* fix readme crnn link

* fix readme crnn-CN link
2021-06-08 06:09:47 +00:00
Hongbin Sun b413292738
update link (#220) 2021-05-19 10:27:49 +08:00
Hongbin Sun c083334f73
update readme (#211)
* update readme

* updare README_zh-CN.md

* update link
2021-05-18 16:25:23 +08:00
quincylin1 f97f770941
add mmgen (#123) 2021-04-25 13:52:45 +08:00
quincylin1 997a89250e
added qr code to README_zh-CN (#95)
* added qr code to README_zh-CN

* Update setup.cfg

Co-authored-by: lizz <innerlee@users.noreply.github.com>
2021-04-19 18:48:15 +08:00
quincylin1 3944394ec8
fix pr#70 based on ZZL's comments (#77) 2021-04-16 14:15:45 +08:00