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

ModuleNotFoundError: No module named 'tf_image_segmentation' #84

Open
jzz3933 opened this issue Mar 13, 2019 · 3 comments
Open

ModuleNotFoundError: No module named 'tf_image_segmentation' #84

jzz3933 opened this issue Mar 13, 2019 · 3 comments

Comments

@jzz3933
Copy link

jzz3933 commented Mar 13, 2019

I am a beginner, and I do exactly as Readme.md tell me in Git bash using Windows7, when I run this command
python data_pascal_voc.py pascal_voc_setup
I got this error as follows.

Using TensorFlow backend.
Traceback (most recent call last):
File "data_pascal_voc.py", line 28, in
from tf_image_segmentation.utils.tf_records import write_image_annotation_pairs_to_tfrecord
ModuleNotFoundError: No module named 'tf_image_segmentation'

Please help me how to install 'tf_image_segmentation'! Thank you so much!

@wfyfhrgw
Copy link

me too the same problem

@songyu3044
Copy link

me too

@pkuyilong
Copy link

Maybe you can try following cmd, you forgot to set PYTHONPATH
export PYTHONPATH=$PYTHONPATH:/path/to/tf-image-segmentation/

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

4 participants