You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
@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?
The text was updated successfully, but these errors were encountered: