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
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,12 +30,12 @@ Here are the performance metrics (accuracy on AffectNet, AFEW and VGAF), F1-scor
30
30
Please note, that we report the accuracies for AFEW and VGAF only on the subsets, in which MTCNN detects facial regions. The code contains also computation of overall accuracy on the complete testing set, which is slightly lower due to the absence of faces or failed face detection.
31
31
32
32
## Usage
33
-
A special [python package](python-package)was prepared to simplify the usage of our models for face expression recognition and extraction of visual emotional embeddings. It can be installed via pip:
33
+
Special [python packages](python-package)were prepared to simplify the usage of our models for face expression recognition and extraction of visual emotional embeddings. It can be installed via pip:
34
34
```
35
35
pip install hsemotion
36
36
```
37
37
38
-
In order to run our code on the datasets, please prepare them firstly using our TensorFlow notebooks: [train_emotions.ipynb](src/train_emotions.ipynb), [AFEW_train.ipynb](src/AFEW_train.ipynb) and [VGAF_train.ipynb](src/VGAF_train.ipynb).
38
+
In order to run our code on the datasets, please prepare them firstly using our TensorFlow notebooks: [train_emotions.ipynb](src/affectnet/train_emotions.ipynb), [AFEW_train.ipynb](src/AFEW_train.ipynb) and [VGAF_train.ipynb](src/VGAF_train.ipynb).
39
39
40
40
If you want to run our mobile application, please, run the following scripts inside [mobile_app](mobile_app) folder:
0 commit comments