Тёмный

Real - time emotion detection using python 

I know python
Подписаться 49 тыс.
Просмотров 18 тыс.
50% 1

In this video we will discuss how to create a python program to recognize relatime emotions using python
source code : will be updated soon
link to other opencv projects : • OpenCV python project
our merchandises : bit.ly/merch_store_i_know_python
my setup and gadgets
laptop Dell G3 3500 Gaming 15.6-inch Laptop (10th Gen Core i5-10300H/8GB/1TB + 256GB SSD/Win 10/4GB NVIDIA1650 Ti Graphics), : amzn.to/3ku8exN
microphone Maono AU-A03 Condenser Microphone Kit : amzn.to/2UpW6Dq
keyboard Amkette Evo Fox Fireblade Gaming Wired Keyboard : amzn.to/38IRTmq
mouse Dell Wireless Mouse WM118 : amzn.to/3knMxiI
SMS Autoamtion using python and twilio : bit.ly/sms_twilio_python
Telegram Automation : bit.ly/telegram_automation_
github for beginners : bit.ly/github_for_beginners
machine learning playlist : bit.ly/machine_learning_playlist
python basics playlis : bit.ly/python_basics_series
instagram automation with python : bit.ly/instagram_automation_pl...
social media automation with python : bit.ly/social_media_automation...

Наука

Опубликовано:

 

2 авг 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 20   
@xapper10
@xapper10 Год назад
for those who are getting : print(analyse['dominant_emotion']) TypeError: list indices must be integers or slices, not str Solution: print(analyse[0]['dominant_emotion'])
@jyotsna3879
@jyotsna3879 Год назад
Thanks 😊
@sedchan9793
@sedchan9793 Год назад
Actually good. For non GPU users. Btw. I already used. It. And had a long time to find. It. Didn't want others to face it. So helping algorithm Note:- requirements atleast 1.5 gb so pretty big
@khushalitrivedi1927
@khushalitrivedi1927 Год назад
Superb video!! Thank you for explaining very well!! 🙂👍
@civarry
@civarry 2 года назад
Hello sir is it possible to get the dominant emotion from multiple faces?
@mitanshubaranwal8878
@mitanshubaranwal8878 Год назад
can you pls tell how can i remove output like this "1/1 [==============================] - 0s 24ms/step" from python output. I don't need this
@mr.programmerprofessional6671
@mr.programmerprofessional6671 2 года назад
Great
@ffroyal7254
@ffroyal7254 2 года назад
👍👍👍
@harshittechnology6955
@harshittechnology6955 2 года назад
Nice
@pradhyumnapradhyu7692
@pradhyumnapradhyu7692 Год назад
hello bro i am getting an error like this "global persistence.cpp:505 cv::FileStorage::Impl::open Can't open file: 'haarcascade_frontalface_default.xml' in read mode". What can i do . Pls reply bro.
@ZcRaaTchLive
@ZcRaaTchLive Год назад
I am getting same error can anyone help
@SurpremeCalamitas
@SurpremeCalamitas 6 месяцев назад
print(analyze['dominant_emotion']) ~~~~~~~^^^^^^^^^^^^^^^^^^^^ TypeError: 'NoneType' object is not subscriptable this was the error I got. any solution?
@TalhaKhan-ce5od
@TalhaKhan-ce5od 5 месяцев назад
apply this code it worked for me for(x,y,w,h) in faces: img = cv2.rectangle(frame,(x,y),(x+w, y+h),(0,0,255),0) result = DeepFace.analyze(frame, actions=['emotion'],enforce_detection=False) dominant_emotion = result[0]['dominant_emotion'] print(dominant_emotion)
@ExileNova
@ExileNova Год назад
Bro Whenever i try to use the VideoCapture function to open my webcam its showing error, please can u help me its urgent i need to submit my project tomorrow
@flynneugene2675
@flynneugene2675 Месяц назад
Yo hows it going
@dlhirushadulaj7261
@dlhirushadulaj7261 2 года назад
👉💓💓👈
@srikittu3473
@srikittu3473 Год назад
Is the source code available??
@flynneugene2675
@flynneugene2675 Месяц назад
The source code is literally shown in the video
@khushalitrivedi1927
@khushalitrivedi1927 Год назад
Please provide source code
@harshittechnology6955
@harshittechnology6955 2 года назад
No face reveal you have shown your face many times
Далее
How to put face lock on an application using python
11:55
THIS is HARDEST MACHINE LEARNING model I've EVER coded
0:36
Live Face Recognition in Python
16:16
Просмотров 152 тыс.
Simple Face Detection in Python
9:06
Просмотров 84 тыс.
Arduino temperature & Humidity sensor using python
15:00