-
Notifications
You must be signed in to change notification settings - Fork 265
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 'semantic_segmentation' from 'pixellib.semantic' #163
Comments
Hi, can you please provide more description. I will try and solve your issue. |
I can provide. the code:
the error:
|
Same issue. |
Go to Pixellib folder -> semantic -> deeplab.py and replace this line from tensorflow.python.keras.layers import BatchNormalization with this one from keras.layers.normalization.batch_normalization import BatchNormalization |
How can I access this Pixellib folder? I am having the same issue as described above but am afraid I do not know where and how to access the said folder |
I got it. Never mind |
How did you access the Pixellib folder? @GraceMinai |
No description provided.
The text was updated successfully, but these errors were encountered: