Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
wangsen
paddle_dbnet
Commits
b3a451da
Commit
b3a451da
authored
Jan 29, 2021
by
Leif
Browse files
Fix a spelling mistake
parent
f20f6d2d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
ppocr/data/lmdb_dataset.py
ppocr/data/lmdb_dataset.py
+2
-2
No files found.
ppocr/data/lmdb_dataset.py
View file @
b3a451da
...
@@ -20,9 +20,9 @@ import cv2
...
@@ -20,9 +20,9 @@ import cv2
from
.imaug
import
transform
,
create_operators
from
.imaug
import
transform
,
create_operators
class
LMDBDat
e
Set
(
Dataset
):
class
LMDBDat
a
Set
(
Dataset
):
def
__init__
(
self
,
config
,
mode
,
logger
,
seed
=
None
):
def
__init__
(
self
,
config
,
mode
,
logger
,
seed
=
None
):
super
(
LMDBDat
e
Set
,
self
).
__init__
()
super
(
LMDBDat
a
Set
,
self
).
__init__
()
global_config
=
config
[
'Global'
]
global_config
=
config
[
'Global'
]
dataset_config
=
config
[
mode
][
'dataset'
]
dataset_config
=
config
[
mode
][
'dataset'
]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment