Realtime Face Emotion Recognition | Python | OpenCV | Step by Step Tutorial for beginners

preview_player
Показать описание
This video contains python implementation of Realtime Face Emotion Recognition
1) Brainstorming (background of facial emotion recognition)
(i)Challenges in FER 2013 dataset
2) OpenCV for drawing rectangles and overlaying text data
3) Face emotion recognition using DeepFace library
4) Live Video demo using OpenCV + DeepFace for Webcam
Рекомендации по теме
Комментарии
Автор

I’m new at learning AI and computer vision, this an excellent video, explained in detail on each step, thanks a lot!

linajamadar
Автор

Hey Thanks for such a detailed video! I need to Know when you are creating a same video but there you should train a Model and then test the Same Method with its Accuracy so we can have an idea to train different models and then compare them to Check which Models give us a Better Accuracy. I need to Know are there any video for Training a Data set using different models?

AKSHAYKUMAR-leo
Автор

Hey there, tahnk you so much for this amazing tutorial. But i have a question. Is there a way to record all these emotions in real time and store in a database?

GokhanUcar
Автор

sir i can't get 14:48 here ... my notebook is showing error i am fed up this error again and agin ... first it showed on vs code then on Jupiter

arpitpathak
Автор

result=DeepFace.analyze(frame, actions=['emotion']). Sir this single command giving me the error and asking face is no detected. kindly help me to solve it.
plz

pamsquad
Автор

when I try to run this code in live demo it shows value error face could not be detected sir can u help me to fix this.. please reply soon

MAANEESHA
Автор

Sir even though I have written the same code but still the rectangle and the text is not being displayed on the image. The image in still printing but without the rectangle or the text. Please advice me.

aarushijain
Автор

why the type of predicitons in your video is dictionery but in my system it's List?

mahdiaspanani
Автор

Your video is very helpful for research scholar....
Kindly make videos on different types of feature extraction techniques so that we can train our NN- model on these feature vectors...

nizamuddinkhan
Автор

I am facing this issue when I run (predictions = DeepFace.analyze(img)):

OSError: Unable to open file (unable to open file: name = '/Home_DIRECTORY/.deepface/weights/age_model_weights.h5', errno = 2, error message = 'No such file or directory', flags = 0, o_flags = 0)

Note: I am using mac and running the code on Jupyter notebook

ghaidaaharbi
Автор

Hi, I have a problem at 17:06 . For me the type isn't dict but list. So i can't really continue with the following steps... Can anyone help?

oskarvollmer
Автор

Waiting for your next video on "Training deep learning architecture for facial emotion recognition".

muhammadazeemrao
Автор

hey! how to implement this project using google collab. Please suggest.

janviagarwal
Автор

Hello, Sir I want idea of face movement like left and right recognition system on python, This system is being built for drivers. sir plz help me or any suggestion. ThankYou.

NasirHussain-whrw
Автор

So I am trying to build a model for class engagement detection(if a student is focused, bored, tired etc). What is the best dataset you or anyone reading this comment would suggest?

aasiralikhan
Автор

I have an error that I this tensorflow binary is optimised with oneapi deep neural network library to use the following cpu instructions in performance-critical operation AVX AV2X
Please help me sir 🙏

vaibhavkeni
Автор

Sir Kindly guide about feature extraction in facial emotion recognition. Which features are extracted? How they are extracted? What's the road map? From where to learn feature extraction techniques specifically for facial emotion recognition?

muhammadazeemrao
Автор

I am interested in how emotional recognition is being used in the industry to better show interesting videos for customers and create happy faces instead of sad faces. How can these be used in health care for those in hospitals?

qwfvrwx
Автор

Which algorithms are you using in the entire process?

sanskritiyadav
Автор

Hey, I am getting this error.

OSError: Unable to open file (unable to open file: name = 'C:\Users\admin/.deepface/weights/age_model_weights.h5', errno = 2, error message = 'No such file or directory', flags = 0, o_flags = 0)

Can you help me with this?

prvindpanday