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 |
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
|
dd4e19f9bd
|
added link to readme.md (#80)
|
2021-04-16 17:45:20 +08:00 |
lizz
|
5d95d5c0bb
|
Add cite info (#47)
* Add cite info
* Update README.md
* Update README.md
Co-authored-by: jeffreykuang <kuangzhh@gmail.com>
Co-authored-by: jeffreykuang <kuangzhh@gmail.com>
|
2021-04-11 13:46:21 +08:00 |
lizz
|
c484627888
|
Update README.md
|
2021-04-10 20:44:20 +08:00 |
lizz
|
7dc5695d6d
|
Add methods to readme
Signed-off-by: lizz <lizz@sensetime.com>
|
2021-04-10 18:04:36 +08:00 |
Hongbin Sun
|
0ec476eb4e
|
update badge
|
2021-04-09 10:59:14 +08:00 |
Kai Chen
|
c68b061a16
|
Update README.md (#10)
|
2021-04-08 12:07:28 +08:00 |
Hongbin Sun
|
b17304edeb
|
update readme (#9)
Co-authored-by: sunhongbin <sunhongbin@sensetime.com>
|
2021-04-08 03:52:43 +00:00 |
Hongbin Sun
|
923ee16bf7
|
fix typo (#7)
|
2021-04-08 02:23:03 +00:00 |
Hongbin Sun
|
8622fe8a3d
|
fix #1: update steps of contributing (#2)
* fix #1: update steps of contributing
* fix #1: update docs
* fix #1: contributing
|
2021-04-08 00:54:30 +08:00 |
Hongbin Sun
|
c88126f0d2
|
fix #60: update readme
|
2021-04-07 10:19:36 +08:00 |
Hongbin Sun
|
11825fca6f
|
fix #52: update readme (#53)
|
2021-04-06 12:45:09 +00:00 |
Hongbin Sun
|
0f00378f9a
|
Feature/iss 33 (#34)
* fix #33: update dataset.md
* fix #33: pytest for transformer related
|
2021-04-05 23:54:57 +08:00 |
Hongbin Sun
|
ff1fc429cd
|
fix #29: update logo (#30)
|
2021-04-05 20:30:33 +08:00 |
lizz
|
7471c8cecd
|
Fix typos (#26)
* Fix typos
Signed-off-by: lizz <lizz@sensetime.com>
* Ohh
Signed-off-by: lizz <lizz@sensetime.com>
|
2021-04-05 20:16:13 +08:00 |
Hongbin Sun
|
3c0f9d87c5
|
fix #9: [feature]: setting norms for contributing (#10)
* fix #9: [feature]: setting norms for contributing
* fix #9: [feature]: setting norms for contributing
* fix #9: [feature]: setting norms for contributing
* fix #9: [feature]: setting norms for contributing
|
2021-04-03 19:40:29 +08:00 |
YueXy
|
d594ab122e
|
[feature]: add CRNN and RobustScanner
|
2021-04-03 00:52:49 +08:00 |
sunhongbin
|
af78ffb407
|
initial commit
|
2021-04-02 15:55:42 +08:00 |