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

ImportError: cannot import name 'norm_mask' #7

Closed
swrdZWJ opened this issue Oct 13, 2020 · 2 comments
Closed

ImportError: cannot import name 'norm_mask' #7

swrdZWJ opened this issue Oct 13, 2020 · 2 comments

Comments

@swrdZWJ
Copy link

swrdZWJ commented Oct 13, 2020

Thanks for your excellent work. I have tried to run the test code (python test_with_track.py -s 480), and find an error:

Traceback (most recent call last):
File "test_with_track.py", line 21, in
from libs.vis_utils import norm_mask
ImportError: cannot import name 'norm_mask'

could you fix the test code? Thanks :-)

@sunshineatnoon
Copy link
Collaborator

Hi, you can add this line from libs.utils import norm_mask at the beginning of the test_with_track.py file.

@sunshineatnoon
Copy link
Collaborator

Close now, please feel free to reopen if the issue remains.

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

No branches or pull requests

2 participants