FaceRecognition
FaceRecognition copied to clipboard
Addition of Emotion Detection
- 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
Facing some issues
@justin-hubbard
@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 sure
@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.
- import emote => import emotion as emote
- 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 I am facing some errors trying to debug it will update you as soon as possible.
@riya-17 Ok, If your facing any trouble let me know.