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
|
|
|
|
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-07-04 15:09:10 +08:00
|
|
|
mmocr/models/textdet/postprocessors/utils.py
|
2022-07-04 17:59:26 +08:00
|
|
|
utils/postprocessor_utils.py
|
|
|
|
|
|
|
|
# It will be removed after all models have been refactored
|
|
|
|
mmocr/models/textdet/modules/proposal_local_graph.py
|
2022-07-04 15:09:10 +08:00
|
|
|
mmocr/datasets/pipelines/crop.py
|
|
|
|
|
|
|
|
# It will be removed after all models have been refactored
|
|
|
|
mmocr/datasets/kie_dataset.py
|
2022-07-04 14:37:12 +08:00
|
|
|
|
2022-06-20 14:20:46 +08:00
|
|
|
|
2022-07-04 14:07:12 +08:00
|
|
|
# It will be removed after all models have been refactored
|
|
|
|
mmocr/utils/api_utils.py
|
2022-07-04 19:15:25 +08:00
|
|
|
mmocr/utils/bbox_utils.py
|
2022-07-04 14:07:12 +08:00
|
|
|
|
2022-06-20 14:20:46 +08:00
|
|
|
# It will be removed after all models have been refactored
|
|
|
|
mmocr/utils/ocr.py
|
2022-07-04 14:37:12 +08:00
|
|
|
mmocr/core/evaluation/hmean.py
|
|
|
|
mmocr/core/evaluation/hmean_ic13.py
|
|
|
|
mmocr/core/evaluation/hmean_iou.py
|
|
|
|
mmocr/utils/evaluation_utils.py
|
2022-07-04 14:07:12 +08:00
|
|
|
mmocr/apis/inference.py
|
2022-06-30 17:40:12 +08:00
|
|
|
|
2022-07-04 12:06:21 +08:00
|
|
|
# It will be deleted
|
|
|
|
mmocr/datasets/utils/backend.py
|
|
|
|
mmocr/datasets/utils/loader.py
|
2022-06-30 17:40:12 +08:00
|
|
|
# It will be removed after TTA refactor
|
|
|
|
mmocr/datasets/pipelines/test_time_aug.py
|
2022-07-08 23:28:45 +08:00
|
|
|
|
|
|
|
# Cover it by tests seems like an impossible mission
|
|
|
|
mmocr/models/textdet/postprocessors/drrg_postprocessor.py
|
2022-07-12 12:56:49 +08:00
|
|
|
|
|
|
|
# It will be removed after HmeanIc13Metric
|
|
|
|
mmocr/evaluation/functional/hmean_ic13.py
|
2022-07-13 14:33:32 +08:00
|
|
|
|
|
|
|
# It will be removed after KieVisualizer and TextSpotterVisualizer
|
|
|
|
mmocr/visualization/visualize.py
|