fix srn typo
This commit is contained in:
parent
0eab30cb17
commit
853f6db37d
|
@ -127,6 +127,7 @@ class LMDBReader(object):
|
|||
img=img,
|
||||
image_shape=self.image_shape,
|
||||
num_heads=self.num_heads,
|
||||
char_ops=self.char_ops,
|
||||
max_text_length=self.max_text_length)
|
||||
else:
|
||||
norm_img = process_image(
|
||||
|
|
Loading…
Reference in New Issue