You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
import pixellib
from pixellib.tune_bg import alter_bg
Traceback (most recent call last):
File "", line 1, in
File "/usr/local/lib/python3.11/dist-packages/pixellib/tune_bg/init.py", line 4, in
from pixellib.semantic.deeplab import Deeplab_xcep_pascal
File "/usr/local/lib/python3.11/dist-packages/pixellib/semantic/init.py", line 4, in
from .deeplab import Deeplab_xcep_pascal
File "/usr/local/lib/python3.11/dist-packages/pixellib/semantic/deeplab.py", line 15, in
from tensorflow.python.keras.layers import BatchNormalization
ImportError: cannot import name 'BatchNormalization' from 'tensorflow.python.keras.layers' (/usr/local/lib/python3.11/dist-packages/tensorflow/python/keras/layers/init.py)
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: