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
@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?