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
|
|
|
|
.*/__init__.py
|
2022-05-13 15:31:18 +08:00
|
|
|
|
2022-07-04 17:59:26 +08:00
|
|
|
# It will be removed after all models have been refactored
|
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/utils/evaluation_utils.py
|
2022-07-08 23:28:45 +08:00
|
|
|
|
2022-07-13 19:25:37 +08:00
|
|
|
# Major part is coverd, however, it's hard to cover model's output.
|
|
|
|
mmocr/models/textdet/detectors/mmdet_wrapper.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
|