Commit ecc6d4ed authored by Dhananjaya Jayashanka's avatar Dhananjaya Jayashanka

updated videoAnalyzing(expressions).py

parent 2ab24d70
......@@ -59,9 +59,6 @@ while(cap.isOpened()):
if cv2.waitKey(20) & 0XFF == ord('q'):
break
print(emotion_list)
w = Counter(emotion_list)
print(w)
cap.release()
cv2.destroyAllWindows()
......
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