-
Notifications
You must be signed in to change notification settings - Fork 38
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
Code won't run, strange dependencies #1
Comments
did you fix it ? |
I have the same problem when I run any solution? |
I was facing the same issue, so I had to comment out all code related to emotion detection models and it worked though the output was naturally lacking emotions analysis. |
I've fix it by removing that line src.emotionpred |
Can u post the full code for this please? Just removed the line and replaced with your lines does not help. |
Thanks. pulled the other github repo. We got an error "cannot import name imread" from preprocessor.py |
|
are there any updates for this problem ? |
Can you tell me how to delete that model about emotion? |
this link is not working anymore |
same problem. ang solution? |
same prob here. Anyone got yhe solution ? |
from keras import models Use this - U need to import models to load the .h5 file what is gray_face? |
May I know what is gray_face ? |
Code won't run, strange dependencies
import src.emotionpred as emotion
ModuleNotFoundError: No module named 'src.emotionpred'
The text was updated successfully, but these errors were encountered: