Emotion detection with Python, OpenCV and Scikit Learn | Mediapipe | Landmarks classification

Поделиться
HTML-код
  • Опубликовано: 6 июл 2024
  • Code: github.com/computervisioneng/...
    🎬 Timestamps ⏱️
    0:00 Intro
    0:23 Start
    0:30 Data
    2:15 Process
    3:03 Data cleaning
    7:47 Data preparation
    19:18 Train model
    25:34 Test model
    34:29 Outro
    🌍 Community 👥
    Join our Discord server: / discord
    Support me on Patreon: / computervisionengineer
    #python #emotionrecognition #emotiondetection #machinelearning #computervision

Комментарии • 26

  • @ComputerVisionEngineer
    @ComputerVisionEngineer  5 месяцев назад +2

    Try my premium courses! 😃🙌😊
    ● End-To-End Computer Vision: Build and Deploy a Video Summarization API bit.ly/3tyQX0M
    ● Hands-On Computer Vision in the Cloud: Building an AWS-based Real Time Number Plate Recognition System bit.ly/3RXrE1Y
    ● Machine Learning Entrepreneur: How to start your entrepreneurial journey as a freelancer and content creator bit.ly/4bFLeaC
    All my premium courses are available to the Computer Vision Experts in my Patreon. 😉
    www.patreon.com/ComputerVisionEngineer

  • @m2f0
    @m2f0 3 месяца назад

    Awesome video! Now I'm a subscriber of your patreon. Thank you.

  • @HasanKarakus
    @HasanKarakus 5 месяцев назад +2

    this video better than old one, thanks to your labor

  • @abdullahraja1963
    @abdullahraja1963 2 месяца назад

    need help with how i can get this on my pycharm and how can i execute from there. Do i have to download github desktop for that?

  • @avantika6077
    @avantika6077 5 месяцев назад

    This is simply amazing! I always wanted to know if there was a way youtube scares me with recommendations, I don't know how advanced it can go, but, I think this is it. I haven't seen the code yet, but python is just awesome! thanks for showing me this masterpiece!

  • @user-kc7sx5iz4l
    @user-kc7sx5iz4l Месяц назад

    just a question
    why did you use Scikit but not YOLOv8
    is there a technical reason behind it ?

  • @rohmprakaash1577
    @rohmprakaash1577 5 месяцев назад

    Hi, Thanks for your video. And can you tell me 'How to add smiley(sad, happy etc) on facial expression video?

  • @gayatrighorpadebtai3028
    @gayatrighorpadebtai3028 Месяц назад

    Hi sir.I am getting an index error in testmodel.py file .Emotion range out of index

  • @rk_creativity
    @rk_creativity 2 месяца назад

    Thanks for making it but i need one help may you please share the image dataset link....

  • @evanschaverny5388
    @evanschaverny5388 17 дней назад

    can a webcam be linked with the system?

  • @MalikAbdulRasoolSultan
    @MalikAbdulRasoolSultan 22 дня назад

    Hi, looks awesome. Can we use Mediapipe and this code to detect the level of emotions? For example, normal happy, average happy, high happy, extremely happy, etc, by assigning some confidence scores and automatic labeling.

    • @ComputerVisionEngineer
      @ComputerVisionEngineer  21 день назад +1

      Hi, not sure if you could do it with the confidence score, but you could create new categories like 'normal happy', 'very happy', 'extremely happy', then go through the images and label them accordingly, it could work.

  • @dixsonjoy5394
    @dixsonjoy5394 Месяц назад

    where will i get the images?

  • @omarmarnissi1458
    @omarmarnissi1458 3 месяца назад

    when I run the test_model.py, the process is finished with exit code 0 right away. what's the problem?

    • @ComputerVisionEngineer
      @ComputerVisionEngineer  2 месяца назад

      check this line: cap = cv2.VideoCapture(2), you may need to input a different device number, try with 0

  • @TheCorruptedComputer
    @TheCorruptedComputer 2 месяца назад

    I am currently in the data extraction process and every time I try to execute the prepare_data file it runs for a couple of minutes then crashes. Does it have something to do with the size of my dataset? Do I need to shrink it down?

  • @rohmprakaash1577
    @rohmprakaash1577 5 месяцев назад

    Can you tell me how to do it on video to add smileys based on our facial expression?

    • @ComputerVisionEngineer
      @ComputerVisionEngineer  5 месяцев назад +1

      You need something like a smileys dictionary and then select the one you need based on the detected emotion. 🙌

    • @rohmprakaash1577
      @rohmprakaash1577 5 месяцев назад

      @@ComputerVisionEngineer Thanks buddy

  • @abhirupmukherjee7780
    @abhirupmukherjee7780 3 месяца назад

    I can't install mediapipe , my python version is 3.12.2

    • @captinX956
      @captinX956 2 месяца назад

      You need to install 3.11 and below versions