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
1636c8c1
"...git@developer.sourcefind.cn:chenpangpang/open-webui.git" did not exist on "120b1857b21ea25f7a2dddc5e6e288f3ce0a6ebe"
Commit
1636c8c1
authored
Jun 15, 2020
by
LDOUBLEV
Browse files
discard export PYTHONPATH manually
parent
cc6c606f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
tools/eval.py
tools/eval.py
+0
-1
tools/infer/predict_rec.py
tools/infer/predict_rec.py
+1
-1
No files found.
tools/eval.py
View file @
1636c8c1
...
...
@@ -16,7 +16,6 @@ from __future__ import absolute_import
from
__future__
import
division
from
__future__
import
print_function
import
os
import
os
import
sys
__dir__
=
os
.
path
.
dirname
(
__file__
)
...
...
tools/infer/predict_rec.py
View file @
1636c8c1
...
...
@@ -17,7 +17,7 @@ __dir__ = os.path.dirname(__file__)
sys
.
path
.
append
(
__dir__
)
sys
.
path
.
append
(
os
.
path
.
join
(
__dir__
,
'../..'
))
import
utility
import
tools.infer.utility
as
utility
from
ppocr.utils.utility
import
initial_logger
logger
=
initial_logger
()
from
ppocr.utils.utility
import
get_image_file_list
...
...
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