fix LoadOCRAnnotation ut (#1695)

pull/1697/head
liukuikun 2023-01-31 11:23:49 +08:00 committed by GitHub
parent bf41194965
commit 689ecf0f5f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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):