Commit 84a61a10 authored by Dhananjaya Jayashanka's avatar Dhananjaya Jayashanka

change videoAnalyzing(expressions).py file

parent 73d2bfee
...@@ -12,6 +12,7 @@ import matplotlib.pyplot as plt ...@@ -12,6 +12,7 @@ import matplotlib.pyplot as plt
Savedmodel = tf.keras.models.load_model('./new model8.h5') Savedmodel = tf.keras.models.load_model('./new model8.h5')
Savedmodel.summary() Savedmodel.summary()
objects = ('Angry', 'Disgust', 'Fear', 'Happy', 'Sad', 'Surprise', 'Neutral') objects = ('Angry', 'Disgust', 'Fear', 'Happy', 'Sad', 'Surprise', 'Neutral')
vid = cv2.VideoCapture(0) vid = cv2.VideoCapture(0)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment