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

Поділитися
Вставка
  • Опубліковано 20 сер 2024

КОМЕНТАРІ • 29

  • @ComputerVisionEngineer
    @ComputerVisionEngineer  6 місяців тому +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

  • @HasanKarakus
    @HasanKarakus 6 місяців тому +3

    this video better than old one, thanks to your labor

  • @ahmadmoghadam-y8o
    @ahmadmoghadam-y8o Місяць тому

    this tutorial was amazing. I've been trying to find something like this for a while. thanks a lot!!!

  • @albertomarquillas6409
    @albertomarquillas6409 23 дні тому

    31:02 Está detectando sad, todo parece estar correcto... se me rompe el corazón. Buen video!! Saludos desde España!

  • @m2f0
    @m2f0 4 місяці тому

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

  • @avantika6077
    @avantika6077 6 місяців тому

    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!

  • @MalikAbdulRasoolSultan
    @MalikAbdulRasoolSultan 2 місяці тому

    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  2 місяці тому +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.

  • @gayatrighorpadebtai3028
    @gayatrighorpadebtai3028 2 місяці тому +1

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

  • @user-kc7sx5iz4l
    @user-kc7sx5iz4l 2 місяці тому

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

  • @rohmprakaash1577
    @rohmprakaash1577 6 місяців тому

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

  • @abhirupmukherjee7780
    @abhirupmukherjee7780 5 місяців тому +1

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

    • @captinX956
      @captinX956 4 місяці тому

      You need to install 3.11 and below versions

  • @rk_creativity
    @rk_creativity 4 місяці тому

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

  • @AyaAidi-fy5fe
    @AyaAidi-fy5fe Місяць тому

    can you please share with me the dataset ?

  • @abdullahraja1963
    @abdullahraja1963 4 місяці тому

    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?

  • @omarmarnissi1458
    @omarmarnissi1458 4 місяці тому

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

    • @ComputerVisionEngineer
      @ComputerVisionEngineer  4 місяці тому

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

  • @TheCorruptedComputer
    @TheCorruptedComputer 3 місяці тому

    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?

  • @evanschaverny5388
    @evanschaverny5388 2 місяці тому

    can a webcam be linked with the system?

  • @dixsonjoy5394
    @dixsonjoy5394 3 місяці тому

    where will i get the images?

  • @rohmprakaash1577
    @rohmprakaash1577 6 місяців тому

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

    • @ComputerVisionEngineer
      @ComputerVisionEngineer  6 місяців тому +1

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

    • @rohmprakaash1577
      @rohmprakaash1577 6 місяців тому

      @@ComputerVisionEngineer Thanks buddy