mirror of
https://github.com/open-mmlab/mmocr.git
synced 2025-06-03 00:36:40 +08:00
* 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>
19 lines
570 B
INI
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
|