FaceRecognition icon indicating copy to clipboard operation
FaceRecognition copied to clipboard

Addition of Emotion Detection

Open justin-hubbard opened this issue 5 years ago • 7 comments

  • Added emote.py that uses a neural network model to detect facial emotion from cropped face images
  • added neural net model/parameter files
  • added example emotion images

Commit resolves #3

justin-hubbard avatar Oct 25 '19 04:10 justin-hubbard

Facing some issues Screenshot (6)

riya-17 avatar Feb 09 '20 20:02 riya-17

@justin-hubbard

riya-17 avatar Feb 09 '20 20:02 riya-17

@riya-17 It's been almost a year and he's not replying. May I take a look at his code and fix it???

dbckdgjs369 avatar Nov 22 '20 22:11 dbckdgjs369

@dbckdgjs369 sure

riya-17 avatar Nov 23 '20 03:11 riya-17

@riya-17 Hi, I have been working on it. And I change a little bit, and I think it is working. I made changes only in FaceRecognition.py which justin-hubbard had fixed.

  1. import emote => import emotion as emote
  2. Added image = imutils.resize(image, width=250) to where #load the input image and convert it from BGR to RGB part. The second one is for avoiding Memory allocation problem. If the picture is to big then I'm getting this error. It isn't actually my code so I'm not giving a Pull Requst. I'll just leave a comment and hope to get some feedback. Thank You.

dbckdgjs369 avatar Dec 04 '20 11:12 dbckdgjs369

@dbckdgjs369 I am facing some errors trying to debug it will update you as soon as possible.

riya-17 avatar Dec 13 '20 20:12 riya-17

@riya-17 Ok, If your facing any trouble let me know.

dbckdgjs369 avatar Dec 14 '20 02:12 dbckdgjs369