Emotion-recognition
Emotion-recognition copied to clipboard
Hey. when I have all the modules installed but running this gives following error.
Traceback (most recent call last):
File "real_time_video.py", line 1, in
@thescientifichuman Has same issue with Tensorflow 2.0. I changed the imports from keras.preprocessing.image import img_to_array to tensorflow.keras.preprocessing.image import img_to_array and from tensorflow.keras.models import load_model and the issue seemed to have gone away.
@omar178 I have commited the code change for the real_time_video.py. I have tested, it is working fine. Please find below the pull request: