Keras-FCN icon indicating copy to clipboard operation
Keras-FCN copied to clipboard

ModuleNotFoundError: No module named 'tf_image_segmentation'

Open jzz3933 opened this issue 5 years ago • 3 comments

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!

jzz3933 avatar Mar 13 '19 16:03 jzz3933

me too the same problem

wfyfhrgw avatar Apr 10 '19 08:04 wfyfhrgw

me too

songyu3044 avatar Apr 26 '19 12:04 songyu3044

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

pkuyilong avatar Apr 17 '20 05:04 pkuyilong