mirror of https://github.com/open-mmlab/mmocr.git
fix LoadOCRAnnotation ut (#1695)
parent
bf41194965
commit
689ecf0f5f
|
@ -129,7 +129,7 @@ class TestLoadOCRAnnotations(TestCase):
|
|||
repr(transform),
|
||||
('LoadOCRAnnotations(with_bbox=True, with_label=True, '
|
||||
'with_polygon=True, with_text=True, '
|
||||
"imdecode_backend='cv2', file_client_args={'backend': 'disk'})"))
|
||||
"imdecode_backend='cv2', file_client_args=None)"))
|
||||
|
||||
|
||||
class TestLoadKIEAnnotations(TestCase):
|
||||
|
|
Loading…
Reference in New Issue