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-07-14 19:57:35 +08:00
|
|
|
# Major part is covered, however, it's hard to cover model's output.
|
2022-07-13 19:25:37 +08:00
|
|
|
mmocr/models/textdet/detectors/mmdet_wrapper.py
|
2022-07-13 14:33:32 +08:00
|
|
|
|
|
|
|
# It will be removed after KieVisualizer and TextSpotterVisualizer
|
|
|
|
mmocr/visualization/visualize.py
|
2022-11-02 15:06:49 +08:00
|
|
|
|
|
|
|
# Add tests for data preparers later
|
|
|
|
mmocr/datasets/preparers
|