MMOCR Release v0.4.1
Highlights
- Visualizing edge weights in OpenSet KIE is now supported! #677
- Some configurations have been optimized to significantly speed up the training and testing processes! Don't worry - you can still tune these parameters in case these modifications do not work. #757
- Now you can use CPU to train/debug your model! #752
- We have fixed a severe bug that causes users unable to call
mmocr.apis.test
with our pre-built wheels. #667
New Features & Enhancements
- Show edge score for openset kie by @cuhk-hbsun in #677
- Download flake8 from github as pre-commit hooks by @gaotongxiao in #695
- Deprecate the support for 'python setup.py test' by @Harold-lkk in #722
- Disable multi-processing feature of cv2 to speed up data loading by @gaotongxiao in #721
- Extend ctw1500 converter to support text fields by @Harold-lkk in #729
- Extend totaltext converter to support text fields by @Harold-lkk in #728
- Speed up training by @gaotongxiao in #739
- Add setup multi-processing both in train and test.py by @Harold-lkk in #757
- Support CPU training/testing by @gaotongxiao in #752
- Support specify gpu for testing and training with gpu-id instead of gpu-ids and gpus by @Harold-lkk in #756
- Remove unnecessary custom_import from test.py by @Harold-lkk in #758
Bug Fixes
- Fix satrn onnxruntime test by @AllentDan in #679
- Support both ConcatDataset and UniformConcatDataset by @cuhk-hbsun in #675
- Fix bugs of show_results in single_gpu_test by @cuhk-hbsun in #667
- Fix a bug for sar decoder when bi-rnn is used by @MhLiao in #690
- Fix opencv version to avoid some bugs by @gaotongxiao in #694
- Fix py39 ci error by @Harold-lkk in #707
- Update visualize.py by @TommyZihao in #715
- Fix link of config by @cuhk-hbsun in #726
- Use yaml.safe_load instead of load by @gaotongxiao in #753
- Add necessary keys to test_pipelines to enable test-time visualization by @gaotongxiao in #754
Docs
- Fix recog.md by @gaotongxiao in #674
- Add config tutorial by @gaotongxiao in #683
- Add MMSelfSup/MMRazor/MMDeploy in readme by @cuhk-hbsun in #692
- Add recog & det model summary by @gaotongxiao in #693
- Update docs link by @gaotongxiao in #710
- add pull request template.md by @Harold-lkk in #711
- Add website links to readme by @gaotongxiao in #731
- update readme according to standard by @Harold-lkk in #742
New Contributors
- @MhLiao made their first contribution in #690
- @TommyZihao made their first contribution in #715
Full Changelog: v0.4.0...v0.4.1