extnike / face_emotion_recognition

Project to find one of 9 pre-trained emotions on given photo, video or webcam-stream
10 stars 19 forks source link

Error while accessing the VGG Model #2

Open Mariyam73 opened 2 years ago

Mariyam73 commented 2 years ago

@extnike

I get the following error while running the code: Traceback (most recent call last): File "video_fer.py", line 4, in
from _models.vgg_fer import VGGFerModel
File "~\face_emotion_recognition-main_models\vgg_fer.py", line 1 version https://git-lfs.github.com/spec/v1
^ SyntaxError: invalid syntax

How do I access the model?

laviniasalicchi commented 1 year ago

Hi, did you find a solution at the end?