File size: 401 Bytes
c0f6432 b404794 485063f d1b31ce c0f6432 d1b31ce c0f6432 |
1 2 3 4 5 6 7 8 9 10 11 12 |
APP_VERSION = "0.2.0"
DEVICE = "cpu"
FRAME_DOWNSAMPLING = 5
[model_static]
url = "https://huggingface.co/ElenaRyumina/face_emotion_recognition/resolve/main/FER_static_ResNet50_AffectNet.pth"
path = "FER_static_ResNet50_AffectNet.pth"
[model_dynamic]
url = "https://huggingface.co/ElenaRyumina/face_emotion_recognition/resolve/main/FER_dinamic_LSTM_IEMOCAP.pth"
path = "FER_dinamic_LSTM_IEMOCAP.pth"
|