Это видео недоступно.
Сожалеем об этом.

241 - Real time detection of facial emotion, age, and gender (using video feed from a webcam)

Поделиться
HTML-код
  • Опубликовано: 16 авг 2024
  • Code generated in the video can be downloaded from here:
    github.com/bns...
    Live prediction of emotion, age, and gender using pre-trained models.
    Uses haar Cascades classifier to detect face. Then, uses pre-trained models for emotion, gender, and age to predict them from live video feed.

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

  • @TheReactorFYP
    @TheReactorFYP 15 дней назад +1

    All fun and games until something made appears behind you

  • @javiermarti_author
    @javiermarti_author 2 года назад +1

    You are an amazing teacher. Few tutorials explain you what each line does in such detail. Thank you. Subscribed

  • @shammy2371
    @shammy2371 2 года назад +1

    I don't know how to thank you Sir ,excellent video , all you videos are important for me, Thank you so much Sir !

    • @DigitalSreeni
      @DigitalSreeni  2 года назад

      You are most welcome and glad to hear.

  • @gmace15
    @gmace15 2 года назад +2

    Thank you for your great content sir!
    I'm currently trying to learn about deep learning too, my question is how to record/export the emotions detected by a model?

  • @dhcocos
    @dhcocos 2 года назад +2

    Thank you for your great content sir! I am a newcomer in Python and i am trying to download your code to give it a try. My question is, where do i find the files in lines 17 to 20? Also, in line 12 i get an error saying 'img_to_array' is invalid. Could you please help me how to run it properly?

  • @Mysteriza
    @Mysteriza 2 года назад +4

    where can i get the model file?

  • @josemarquesesrodriguez7884
    @josemarquesesrodriguez7884 2 года назад +2

    are you going to upload SRGans? it would be great. Your videos are amazing!

    • @DigitalSreeni
      @DigitalSreeni  2 года назад +1

      Yes, I am working through the code whenever I find time. I am hoping to record videos and start sharing by early January. My work has gotten a bit too busy and taking up my weekends but I am trying my best to come up with user-requested topics. You should not see a break in the content though, keep learning...

  • @RS-vu5um
    @RS-vu5um 2 года назад

    Sreeni,
    Excellent Tutorial. Your videos r very informative

  • @RAZZKIRAN
    @RAZZKIRAN 2 года назад

    how to combined these 3 models to predict age, gender and face expression by ensembelling and predict the ensemble model accuracy with individual model?

  • @careercom9485
    @careercom9485 2 года назад +1

    Thanku

  • @phihoang636
    @phihoang636 Год назад

    Where can I find model files? (If there are training files available for me to learn the training process, that would be great.)

  • @ariefariefshamsuddin350
    @ariefariefshamsuddin350 2 года назад

    Sorry im new to this channel, but is there any references on where you get the h5 files?

  • @neerbavariya7346
    @neerbavariya7346 2 года назад

    Can anyone please share the .h5 files via a g-drive link. Its needed urgently and can't train due to RAM issues, even on google collab.

  • @waqarmirza390
    @waqarmirza390 2 года назад

    You are amazing as always.. I've been following you from your channel's early days..when its name was also change... Can you share the pre-trained file of this model also.. Thanks in advance..

  • @user-ku4gu1ce2o
    @user-ku4gu1ce2o Год назад

    could you help me this error i cant solve :OpenCV(4.7.0) /io/opencv/modules/imgproc/src/color.cpp:182: error: (-215:Assertion failed) !_src.empty() in function 'cvtColor'
    the erro is produced from line :gray = cv2.cvtColor(frame,cv2.COLOR_BGR2GRAY)

    • @DigitalSreeni
      @DigitalSreeni  Год назад

      Looks like there is no image. Check your variable for frame to make sure it actually has an array. Check the path to your image.

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

    Where is rhe age model ?

  • @lfdbykhani
    @lfdbykhani 2 года назад

    Thank you so much.
    Sir can you integrate it with Face recognition? all in one.
    Plz do it.

  • @gangisettigayatri9648
    @gangisettigayatri9648 6 месяцев назад

    Sir this idea can I use hackthon AI

  • @hassanmkamel6217
    @hassanmkamel6217 2 года назад

    Thanks in advance for the greet content, can u provide the saved models in the github link ?

  • @rafaeldesantis7580
    @rafaeldesantis7580 Год назад

    where are the pretreined models ?

  • @niloymridha1717
    @niloymridha1717 2 года назад

    Sir, In age prediction why you are using reshape (-1, 200, 200, 3)?

    • @DigitalSreeni
      @DigitalSreeni  2 года назад

      To reshape the image array into the right format for model prediction.

  • @markadyash
    @markadyash 2 года назад

    thank you

  • @ImranAhmed-tf6uk
    @ImranAhmed-tf6uk 2 года назад

    Can you please make a video lecture on K-fold cross validation. Thanks in advance

    • @DigitalSreeni
      @DigitalSreeni  2 года назад

      Sure, will do. It has been on my list for a long time.

  • @mdmynuddin1888
    @mdmynuddin1888 2 года назад

    Sir, where is the models ?like emotion_detection_model_100 epochs

    • @DigitalSreeni
      @DigitalSreeni  2 года назад

      I did not share the models. You can easily train them yourself. Models are large and cannot be shared via GitHub.

    • @mdmynuddin1888
      @mdmynuddin1888 2 года назад

      @@DigitalSreeni i have not enough gpu 😢