Hello,
When I try to run the model.py file to create the flask App. I have this error:
I think the error comes from the fail to import of the 2 following modules: from camera import VideoCamera and from model import FacialExpressionModel .
How can I import the 2 modules ?
Thank you.