How to detect Emotions using Open CV and DeepFace | Beginners | Python

Sdílet
Vložit
  • čas přidán 13. 07. 2022
  • This video is about how you can detect emotions from faces using opencv and an opensource library known as deepface. Its a pretty simple implementation and can be done with 20-30 lines of code.
    For getting the base code for the script please first watch the part 1 of the video.
    #python #programming #code

Komentáře • 16

  • @ashika4279
    @ashika4279 Před 4 měsíci +1

    Attribute error:tree has no flatten how to correct it

  • @achirasilva2567
    @achirasilva2567 Před 4 měsíci +1

    Where is the part 1?

  • @kavinsa211
    @kavinsa211 Před rokem

    I am facing an error in the installation of deepface library
    [TypeError: Unable to convert function return value to a Python type! The signature was
    () -> handle
    ]
    can pls make a video for this problem

  • @nikhil_jain7511
    @nikhil_jain7511 Před 10 měsíci +1

    please upload the repo link in bio so it will be easy to add issues.

  •  Před rokem

    Could I detect multiple faces with deep face by frame?

  • @JohnMiguel69
    @JohnMiguel69 Před 5 měsíci +1

    share us the whole code

  • @saraswathinatarajan1583

    cv2.putText(frame, text = response['dominant_emotion'], org = (x,y),fontFace = cv2.FONT_HERSHEY_SCRIPT_SIMPLEX, fontScale = 1, color = (0,0,255))
    TypeError: list indices must be integers or slices, not str
    I am getting this error. can u pls help me out