Keras-FCN
Keras-FCN copied to clipboard
ModuleNotFoundError: No module named 'tf_image_segmentation'
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!
me too the same problem
me too
Maybe you can try following cmd, you forgot to set PYTHONPATH export PYTHONPATH=$PYTHONPATH:/path/to/tf-image-segmentation/