mmocr/configs/_base_
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
..
det_dataset Fix #112: Remove the need of drop_orientation_info in data preprocessing steps (#375) 2021-07-20 23:02:25 +08:00
models Fix #282: Support init_cfg & update depreciated configs (#365) 2021-07-20 23:18:25 +08:00
recog_datasets Fix #112: Remove the need of drop_orientation_info in data preprocessing steps (#375) 2021-07-20 23:02:25 +08:00
recog_models change argument names according to convention (#131) 2021-05-11 16:07:36 +08:00
schedules Ner task (#148) 2021-05-18 11:33:51 +08:00
default_runtime.py [feature]: add textdet 2021-04-03 01:03:52 +08:00
runtime_10e.py [feature]: add textdet 2021-04-03 01:03:52 +08:00