2022-05-12 19:11:47 +08:00
|
|
|
# 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
|
2022-05-26 22:32:06 +08:00
|
|
|
mmocr/models/textrecog/recognizers/encode_decode_recognizer.py
|
2022-05-12 19:11:47 +08:00
|
|
|
.*/__init__.py
|
2022-05-19 15:00:16 +08:00
|
|
|
# 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
|
|
|
|
2022-05-16 11:28:10 +08:00
|
|
|
# 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
|
2022-06-15 12:57:24 +08:00
|
|
|
mmocr/models/textdet/postprocessors/utils.py
|
2022-06-20 14:20:46 +08:00
|
|
|
|
|
|
|
# It will be removed after all models have been refactored
|
|
|
|
mmocr/utils/ocr.py
|
2022-06-30 17:40:12 +08:00
|
|
|
|
|
|
|
# It will be removed after TTA refactor
|
|
|
|
mmocr/datasets/pipelines/test_time_aug.py
|