mmocr/.dev_scripts/covignore.cfg

27 lines
947 B
INI
Raw Normal View History

# 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
2022-05-20 14:47:54 +08:00
mmocr/models/textrecog/recognizers/base.py
.*/__init__.py
# It will be removed after all transforms have been refactored into processing.py
mmocr/datasets/pipelines/transforms.py
2022-05-19 16:09:16 +08:00
mmocr/datasets/pipelines/dbnet_transforms.py
2022-05-13 15:31:18 +08:00
# will be deleted
2022-05-20 14:47:54 +08:00
mmocr/models/textdet/heads/head_mixin.py
2022-05-13 15:31:18 +08:00
# Will be covered by det head tests
2022-05-20 14:47:54 +08:00
mmocr/models/textdet/heads/base_textdet_head.py
# They will be removed later all det models have been refactored
mmocr/models/common/detectors/single_stage.py
mmocr/models/textdet/detectors/text_detector_mixin.py
# It will be covered by tests of any det model implemented in future
mmocr/models/textdet/detectors/single_stage_text_detector.py
2022-05-26 09:56:37 +08:00
# It will be removed after all utils are moved to mmocr.utils
mmocr/core/evaluation/utils.py