Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

discard export PYTHONPATH manually and fix east label map dynamic shape #195

Merged
merged 6 commits into from
Jun 16, 2020

Conversation

LDOUBLEV
Copy link
Collaborator

@LDOUBLEV LDOUBLEV commented Jun 12, 2020

tools/eval.py Outdated
@@ -17,6 +17,11 @@
from __future__ import print_function

import os
import os
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

多了一行?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done !

import sys
__dir__ = os.path.dirname(__file__)
sys.path.append(__dir__)
sys.path.append(os.path.join(__dir__, '../..'))

import utility
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

import tools.infer.utility as utility ?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done !

@LDOUBLEV LDOUBLEV changed the title discard export PYTHONPATH manually discard export PYTHONPATH manually and fix east label map dynamic shape Jun 16, 2020
@LDOUBLEV LDOUBLEV merged commit 63221f8 into PaddlePaddle:develop Jun 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants