Commit Graph

46 Commits (e1e26d3f74b52ce2d24848257ce6d2d5d7be32f0)

Author SHA1 Message Date
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 ae1cf42503
[CI] Use new image (#976)
* test

* test

* test

* add docker file

* use dlc

* test

* test

* add parameters

* fix

* fix

* fix

* fix

* fix

* fix

* fix

* fix

* fix

* fix

* test

* test

* test

* test

* fix

* final

* test

* test

* tes

* tes

* test

* test

* test

* test

* test

* test

* test

* test

* ch shell

* add gpg keys back

* finalize

* add space back

* fix link
2022-05-05 13:02:07 +08:00
Tong Gao 9641854433
[Fix] Fix GPG key error in CI and docker (#988)
* [Fix] Fix GPG key error in CI and docker

* update ignore paths
2022-04-29 10:39:23 +08:00
Tong Gao 5555916032
[Docs] Update CONTRIBUTING.md (#947)
* [Docs] Update Ruby installation guide in contributing.md

* [Docs] Update Ruby installation guide in contributing.md

* fix

* update
2022-04-21 22:50:11 +08:00
Tong Gao 373d45700d
[Enhancement] Rename github tests, fix ignored paths (#946) 2022-04-18 19:30:26 +08:00
Xinyu Wang d8adb9b2bb
[Enhancement] Update Git Action (#930)
* update git action

* test build_push

* fix conflicts

* test py3.9 & pt1.11.0

* test py3.10

* fix

* fix

* fix

* test all cases

* rerun

* done

* add Codecov

* fix comment

* fix comment

* done

* test

* remove comments

Co-authored-by: gaotongxiao <gaotongxiao@gmail.com>
2022-04-14 00:14:40 +08:00
Tong Gao a9309d83b6
[Docs] Update CONTRIBUTING.md (#905)
* [Docs] Update CONTRIBUTING.md

* [Docs] Update CONTRIBUTING.md

* fix case
2022-04-01 19:55:30 +08:00
Tong Gao 3110ab7863
[Enhancement] Add windows CI (#790)
* [Enhancement] Add windows CI

* [Enhancement] Add windows CI

* update

* update

* update

* [Fix] using assert will keep lmdb file opend and fail to cleanup in test_loader.py

* [Fix] map size should be small on windows in lmdb_util.py

* [Fix] Fix some bugs

* [Fix] Fix some bugs

* [Fix] Fix some bugs

* remove comments & fix bugs

Co-authored-by: Mountchicken <mountchicken@outlook.com>
2022-03-02 10:34:15 +08:00
liukuikun 1aae45b7d3
[Docs] Relax mmcv version requirement (#775)
* update ci and readme

* Update docs/en/install.md

* Update docs/zh_cn/install.md

Co-authored-by: Tong Gao <gaotongxiao@gmail.com>
2022-02-10 09:41:36 +08:00
liukuikun e255087d11
[Docs] Add pull request template.md (#711) 2022-01-06 14:05:10 +08:00
liukuikun a15da8143d
[CI] Cancel previous runs that are not completed for a given workflow. (#666) 2021-12-13 19:08:23 +08:00
Tong Gao b04775fd78
[Docs] Refactor docs structure (#662)
* Refactor docs structure

* update script paths

* update path ignore
2021-12-10 17:19:27 +08:00
Tong Gao e712352728
[Enhancement] Add markdown linter in pre-commit hook (#643)
* [Enhancement] Skip CI when some specific files were changed

* update precommit markdown lint

* circleci precommit hook
2021-12-08 15:36:47 +08:00
Tong Gao b1768d9653
[Enhancement] Skip CI when some specific files were changed (#642)
* [Enhancement] Skip CI when some specific files were changed

* Update build.yml
2021-12-08 09:37:41 +08:00
Tong Gao fdae159b89
[Fix] Fix py3.9 CI (#563) 2021-11-10 14:02:33 +08:00
Tong Gao 75d32504e0
[Feature] Add codespell pre-commit hook and fix typos (#520)
* add spellcheck hook

* fix typos
2021-10-13 22:56:11 +08:00
Tong Gao 06c726c130
[Enhancement] Use container in CI (#502)
* use container
2021-09-28 14:05:10 +08:00
Tong Gao de83b271eb
add py1.9 CI (#475) 2021-09-08 11:45:51 +08:00
Tong Gao b2ae04614c
[Fix] Fix cuda CI (#472) 2021-08-31 13:00:59 +08:00
Tong Gao b812b7a57c
[Feature] Add PyTorch 1.9 tests in CI (#401) 2021-08-04 14:23:53 +08:00
Tong Gao 4f7270e574
Fix #282: Support init_cfg & update depreciated configs (#365)
* update coco ref

* init_cfg for dbnet

* initcfg for mask_rcnn

* textsnake init_cfg

* fix dbnet

* panet initcfg

* psenet initcfg

* fcenet initcfg

* drrg initcfg

* add init_cfg to detectors

* update maskrcnn config file to support mmdet

* fix init_cfg of fce_head

* crnn initcfg

* init_weights in training

* nrtr initcfg

* robust_scanner initcfg

* sar init_cfg

* seg init_cfg

* tps_crnn init_cfg

* sdmgr initcfg

* ner init_cfg

* fix textsnake

* sdmgr initcfg

* move "pretrained" to "init_cfg" for config files

* Moduleslist update

* fix seg

* ner init_cfg

* fix base

* fix encode decode recognizer

* revert dbnet config

* fix crnn

* fix base.py

* fix robust_scanner

* fix panet

* fix test

* remove redundant init_weights() in fcehead

* clean up

* relex mmdet version in workflow

* Add dependency version check

* Update mmocr/models/textdet/dense_heads/pse_head.py

Co-authored-by: Hongbin Sun <hongbin306@gmail.com>

Co-authored-by: Hongbin Sun <hongbin306@gmail.com>
2021-07-20 23:18:25 +08:00
Tong Gao 079a93de4e
update mmcv installation method (#323) 2021-06-25 10:38:20 +08:00
Hongbin Sun af3cb8d5d7
update publish yml (#218) 2021-05-18 22:58:21 +08:00
jeffreykuang 94cd52dc4a
simplify installation procedure (#188)
* postproc

* mv postproc of textdet in mmcv

* linting

* change deps mmcv 1.3.4

* update deps

* linting

* Update configs/textdet/panet/panet_r18_fpem_ffm_600e_icdar2015.py

* Update docs/changelog.md

* Update mmocr/models/textdet/postprocess/__init__.py

* Update mmocr/version.py

* resize&recompress jpg

* Update changelog.md

Co-authored-by: Hongbin Sun <hongbin306@gmail.com>
2021-05-15 10:34:37 +08:00
Hongbin Sun 096c7c11b3
update mmdet install (#84)
* update mmdet install

* update install.md

* fix version of mmcv and mmdet
2021-04-17 22:48:15 +08:00
lizz 579604f563
Update build.yml 2021-04-10 20:03:15 +08:00
lizz 76b196a069 torch 1.8 and python 3.6, 3.8
Signed-off-by: lizz <lizz@sensetime.com>
2021-04-10 17:28:10 +08:00
lizz ee1dbf1037 Try again
Signed-off-by: lizz <lizz@sensetime.com>
2021-04-10 17:10:49 +08:00
lizz e7a888d872 debug
Signed-off-by: lizz <lizz@sensetime.com>
2021-04-10 16:26:54 +08:00
lizz 49ffc1b64f Enable gpu ci
Signed-off-by: lizz <lizz@sensetime.com>
2021-04-10 15:56:32 +08:00
Hongbin Sun bfde9280a4 update build for codecov 2021-04-09 10:43:03 +08:00
sunhongbin af4c68555c modify build.yml 2021-04-08 12:12:32 +08:00
sunhongbin a0c8727804 fix build.yml 2021-04-08 12:08:15 +08:00
lizz 89bfd2404d
Add back toc (#5)
* Add back toc

* contents
2021-04-08 01:47:59 +08:00
Hongbin Sun 47f5906f0a
remove markdown toc (#3)
* remove toc from md

* remove toc
2021-04-08 01:12:01 +08: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
lizz 70dc5c0f08 Let it pass 2021-04-06 11:04:28 +08:00
lizz 8de606da18 Revert "Revert "Remove pytorch 1.3""
This reverts commit 1629a64b9e5aecc5536698d988e7151e04c4772d.
2021-04-06 10:58:45 +08:00
lizz aca3adae61 Revert me when rroi is moved to mmcv
Signed-off-by: lizz <lizz@sensetime.com>
2021-04-06 10:58:45 +08:00
lizz fed9cbc57c Revert "Remove pytorch 1.3"
This reverts commit b8d65afea82a9ba9a5ee3315aa6816d21c137c91.
2021-04-06 10:58:45 +08:00
lizz cc1f103e1c Remove pytorch 1.3
Signed-off-by: lizz <lizz@sensetime.com>
2021-04-06 10:57:25 +08:00
lizz 9a8480c069 good contributing link
Signed-off-by: lizz <lizz@sensetime.com>
2021-04-06 10:57:25 +08:00
lizz 82740ede93 fix
Signed-off-by: lizz <lizz@sensetime.com>
2021-04-06 10:48:23 +08:00
lizz c15059aca8 Fix ci
Signed-off-by: lizz <lizz@sensetime.com>
2021-04-06 10:48:23 +08:00
lizz 6bc6e3fcb7 add contributing and code of conduct
Signed-off-by: lizz <lizz@sensetime.com>
2021-04-06 10:48:23 +08:00
lizz a0ed5f49f1 Add Github CI
Signed-off-by: lizz <lizz@sensetime.com>
2021-04-06 10:48:23 +08:00