-
Notifications
You must be signed in to change notification settings - Fork 81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Addition of Emotion Detection #27
base: master
Are you sure you want to change the base?
Conversation
- Adden neural net model w/parameters - Added emote.py which detects emotion on cropped face - Added two images for testing emotions - Added emotion detection to main program logic
@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 |
@@ -11,6 +11,7 @@ | |||
import cv2 | |||
import uuid | |||
import rotateImage | |||
import emote |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@riya-17 This should be
import emotion as emote
@riya-17
|
@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. |
Commit resolves #3