mmocr/.dev_scripts/covignore.cfg
Xinyu Wang 8864fa174b
[Feature] Add Dataset Preparer (#1484)
* add data preparer

* temporarily ignore data preparer test

* update

* fix comments

* update doc; add script to generate dataset zoo doc

* fix comments; update scripts

* apply comments

Co-authored-by: Tong Gao <gaotongxiao@gmail.com>

* apply comments

Co-authored-by: Tong Gao <gaotongxiao@gmail.com>

* coco parser

* fix comments

* add fileio tests

* fix test

* add tests for parsers and dumpers

* add test for data preparer

* fix a bug

* update icdar txt parser

* rename icdar txt parser

* fix comments

* fix test

* fix comments

Co-authored-by: Tong Gao <gaotongxiao@gmail.com>
Co-authored-by: liukuikun <641417025@qq.com>
2022-11-02 15:06:49 +08:00

19 lines
570 B
INI

# Each line should be the relative path to the root directory
# of this repo. Support regular expression as well.
# For example:
# mmocr/models/textdet/postprocess/utils.py
# .*/utils.py
.*/__init__.py
# It will be removed after all models have been refactored
mmocr/utils/bbox_utils.py
# Major part is covered, however, it's hard to cover model's output.
mmocr/models/textdet/detectors/mmdet_wrapper.py
# It will be removed after KieVisualizer and TextSpotterVisualizer
mmocr/visualization/visualize.py
# Add tests for data preparers later
mmocr/datasets/preparers