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

No module named util #3

Closed
lw19951231 opened this issue Apr 27, 2018 · 1 comment
Closed

No module named util #3

lw19951231 opened this issue Apr 27, 2018 · 1 comment

Comments

@lw19951231
Copy link

感谢作者的分享。
但当我运行test.sh,报错信息
Traceback (most recent call last):
File "test_pixel_link.py", line 8, in
from datasets import dataset_factory
File "/home/wen/TextDetection/pixel_link/datasets/dataset_factory.py", line 2, in
from datasets import dataset_utils
File "/home/wen/TextDetection/pixel_link/datasets/dataset_utils.py", line 21, in
import util
ImportError: No module named util
确实没有找到util这个文件,还望指点

@pymia
Copy link

pymia commented Sep 27, 2018

have you updated the submodule as well?
try

.../pixel_link$ git submodule update --init --recursive
.../pixel_link$ git submodule update --recursive

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