liukuikun
|
8f0141cfaa
|
cherry pick main (#1355)
* [Fix] Update owners (#1248)
* [Docs] Update installation guide (#1254)
* [Docs] Update installation guide
* add pic
* minor fix
* fix
* [Docs] Update image link (#1255)
* [Docs] demo, experiments and live inference API on Tiyaro (#1272)
* docs: added Try on Tiyaro Badge
* docs: fix mdformat
* docs: update tiyaro docs url
Co-authored-by: Tong Gao <gaotongxiao@gmail.com>
Co-authored-by: Venkat Raman <vraman2811@gmail.com>
|
2022-08-31 09:32:55 +08:00 |
Xinyu Wang
|
ea537bbe86
|
[Docs] Empty doc tree (#1336)
* refactor doc tree
* add titles
* update
* update
* fix
* fix a bug
* remove ner in readme
* rename advanced guides
* fix migration
|
2022-08-29 15:37:13 +08:00 |
Tong Gao
|
6f30020eec
|
[CI] Add CI (#1176)
* [CI] Add CI
* update init
* fix lint
* fix lint
* fix linting
* fix linting
* fix linting
* fix
* fix
* fix
* fix
* fix
* fix
* disable github ci
* fix
* Update .circleci/test.yml
Co-authored-by: Qing Jiang <mountchicken@outlook.com>
* fix
* fix
Co-authored-by: Qing Jiang <mountchicken@outlook.com>
|
2022-07-21 14:28:57 +08:00 |
jiangqing.vendor
|
dc84187311
|
[TODO] Replace loss_module with module_loss
|
2022-07-21 10:57:31 +08:00 |
gaotongxiao
|
914c8af7bf
|
Revert "[TODO] Add LoadImageFromLMDB"
This reverts commit e716ae726f007f79effdf2d45b4955a887f3c1e3
|
2022-07-21 10:57:30 +08:00 |
liukuikun
|
e1e26d3f74
|
[Enchance] add codespell ignore and use mdformat (#1022)
* update
* update contributing
* update ci
* fix md
* update pre-commit hook
* update mdformat
Co-authored-by: gaotongxiao <gaotongxiao@gmail.com>
|
2022-06-09 14:58:44 +08:00 |
Tong Gao
|
376fe05e6c
|
[Docs] Update readme according to the guideline (#1047)
* [Docs] Update readme according to the guideline
* fix
* fix cn links
|
2022-06-01 10:24:07 +08:00 |
Tong Gao
|
1962c249a6
|
Bump version to 0.6.0 (#996)
* initial
* update changelog
* update version num
* fix
* fix letter case
* grammar
|
2022-05-05 22:16:41 +08:00 |
Jianquan Ye
|
061d353b2a
|
[Model] Add MASTER (#807)
* fix #794: add MASTER
* fix conflict add MASTER
* fix conflict add MASTER
* fix conflict add MASTER
* fix conflict add MASTER
* fix conflict add MASTER
* fix conflict add MASTER
* fix conflict add MASTER
* Fix linting
* after git rebase main
* after git rebase main
* fix conflict add MASTER
* fix conflict add MASTER
* after git rebase main
* fix conflict add MASTER
* fix conflict add MASTER
* fix conflict add MASTER
* after git rebase main
* add GCAModule to plugins
* coexist master and master_old
* fix merge mmocr 0.5.0 conflict
* fix lint error
* update
* [fix] remove remains in __init__
* [update] update code in review
* update readme for master
* Add docstr to MasterDecoder, refined MasterDecoder, remove MASTERLoss
* Unify the output length of MasterDecoder in train and test mode; add test for it, remove MasterLoss
* update readme
* update
* update metafile,README,demo/README,config,ocr.py
* Update mmocr/utils/ocr.py
* update
Co-authored-by: gaotongxiao <gaotongxiao@gmail.com>
Co-authored-by: Mountchicken <mountchicken@outlook.com>
|
2022-05-05 16:06:15 +08:00 |
Xinyu Wang
|
fbc138d2d3
|
[Feature] Add DBNet++ (#973)
* add dbnet++
* fix docstring
* fix some param names
* fix
* fix docstring
* add init
* add doc; remove configs
* add dbnet++ to readme
* fix readme
* update config
* update readme
* update readme
* update ocr.py
* update metafile.yml
* update readme
* update readme
* move to dbnetpp
* fix paths
* fix head level
* fix typo
* update demo.md
* Update configs/textdet/dbnetpp/README.md
Co-authored-by: Tong Gao <gaotongxiao@gmail.com>
* fix typo
* fix link
|
2022-05-05 14:39:20 +08:00 |
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 |
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 |