File size: 570 Bytes
174ad5e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# 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

# It will be removed after all models have been refactored
mmocr/utils/bbox_utils.py

# Major part is covered, however, it's hard to cover model's output.
mmocr/models/textdet/detectors/mmdet_wrapper.py

# It will be removed after KieVisualizer and TextSpotterVisualizer
mmocr/visualization/visualize.py

# Add tests for data preparers later
mmocr/datasets/preparers