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

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

КОМЕНТАРІ • 30

  • @ComputerVisionEngineer
    @ComputerVisionEngineer  9 місяців тому +2

    Did you enjoy this video? Try my premium courses! 😃🙌😊
    ● Hands-On Computer Vision in the Cloud: Building an AWS-based Real Time Number Plate Recognition System bit.ly/3RXrE1Y
    ● End-To-End Computer Vision: Build and Deploy a Video Summarization API bit.ly/3tyQX0M
    ● Computer Vision on Edge: Real Time Number Plate Recognition on an Edge Device bit.ly/4dYodA7
    ● Machine Learning Entrepreneur: How to start your entrepreneurial journey as a freelancer and content creator bit.ly/4bFLeaC
    Learn to create AI-based prototypes in the Computer Vision School! www.computervision.school 😃🚀🎓

  • @HasanKarakus
    @HasanKarakus 9 місяців тому +4

    this video better than old one, thanks to your labor

  • @m2f0
    @m2f0 7 місяців тому

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

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

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

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

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

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

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

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

    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!

  • @عبدالرحمن-ح9ذ5ز
    @عبدالرحمن-ح9ذ5ز 5 місяців тому

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

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

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

  • @MalikAbdulRasoolSultan
    @MalikAbdulRasoolSultan 5 місяців тому

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

      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.

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

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

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

    can a webcam be linked with the system?

  • @srivaishnaviy7979
    @srivaishnaviy7979 Місяць тому

    Is the dataset generated by AI? The eyes look very strange in some images

  • @omarmarnissi1458
    @omarmarnissi1458 7 місяців тому

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

    • @ComputerVisionEngineer
      @ComputerVisionEngineer  7 місяців тому

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

  • @abdullahraja1963
    @abdullahraja1963 7 місяців тому

    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?

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

    where will i get the images?

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

    can you please share with me the dataset ?

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

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

    • @captinX956
      @captinX956 7 місяців тому

      You need to install 3.11 and below versions

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

    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 9 місяців тому

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

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

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

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

      @@ComputerVisionEngineer Thanks buddy