gpu / config.toml
vitorcalvi's picture
1
793723d
raw
history blame contribute delete
410 Bytes
APP_VERSION = "0.2.0"
FRAME_DOWNSAMPLING = 5
[model_static]
url = "https://huggingface.co/ElenaRyumina/face_emotion_recognition/resolve/main/FER_static_ResNet50_AffectNet.pt"
path = "assets/models/FER_static_ResNet50_AffectNet.pt"
[model_dynamic]
url = "https://huggingface.co/ElenaRyumina/face_emotion_recognition/resolve/main/FER_dinamic_LSTM_IEMOCAP.pt"
path = "assets/models/FER_dinamic_LSTM_IEMOCAP.pt"