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

Wrong place of "sys.path.insert(0, "./") " in demo.py #136

Closed
SilverRAN opened this issue Nov 18, 2022 · 2 comments
Closed

Wrong place of "sys.path.insert(0, "./") " in demo.py #136

SilverRAN opened this issue Nov 18, 2022 · 2 comments
Labels
bug Something isn't working

Comments

@SilverRAN
Copy link

Hi, I found demo.py return an error and I believed it's because someone change the content of demo.py and put "sys.path.insert(0, "./")" in a wrong place. I think it should be before "from demo.predictors import VisualizationDemo" or the importing cannot be executed. Please check it.

@rentainhe
Copy link
Collaborator

Hi, I found demo.py return an error and I believed it's because someone change the content of demo.py and put "sys.path.insert(0, "./")" in a wrong place. I think it should be before "from demo.predictors import VisualizationDemo" or the importing cannot be executed. Please check it.

Sry, this is our fault, we will fix it in next PR~ Thanks for reporting this issue~

@rentainhe rentainhe added the bug Something isn't working label Nov 20, 2022
@rentainhe
Copy link
Collaborator

We're fixing this issue in this PR #138

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants