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
35d4dbc2
Unverified
Commit
35d4dbc2
authored
Mar 02, 2022
by
littletomatodonkey
Committed by
GitHub
Mar 02, 2022
Browse files
fix lost import (#5605)
parent
bdf28622
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
ppocr/data/simple_dataset.py
ppocr/data/simple_dataset.py
+1
-0
No files found.
ppocr/data/simple_dataset.py
View file @
35d4dbc2
...
@@ -13,6 +13,7 @@
...
@@ -13,6 +13,7 @@
# limitations under the License.
# limitations under the License.
import
numpy
as
np
import
numpy
as
np
import
os
import
os
import
json
import
random
import
random
import
traceback
import
traceback
from
paddle.io
import
Dataset
from
paddle.io
import
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