tomas-gajarsky commited on
Commit
9bc6c3d
·
verified ·
1 Parent(s): 8bebd6e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -2
README.md CHANGED
@@ -1,14 +1,20 @@
1
  ---
2
- language: en
3
  tags:
4
  - facial-expression-recognition
5
  - emotion-recognition
 
6
  ---
7
 
8
  # Facetorch Model
9
 
10
  This model is part of the [Facetorch](https://github.com/tomas-gajarsky/facetorch) library, a Python toolkit for facial detection and analysis using PyTorch.
11
 
 
 
 
 
 
 
12
 
13
  ## Usage
14
 
@@ -27,4 +33,4 @@ If you use this model in your work, please make sure to appropriately credit the
27
  journal = {GitHub Repository},
28
  howpublished = {\url{https://github.com/tomas-gajarsky/facetorch}}
29
  }
30
- ```
 
1
  ---
 
2
  tags:
3
  - facial-expression-recognition
4
  - emotion-recognition
5
+ license: apache-2.0
6
  ---
7
 
8
  # Facetorch Model
9
 
10
  This model is part of the [Facetorch](https://github.com/tomas-gajarsky/facetorch) library, a Python toolkit for facial detection and analysis using PyTorch.
11
 
12
+ Source:
13
+ * code: [face-emotion-recognition](https://github.com/HSE-asavchenko/face-emotion-recognition)
14
+ * paper: [Savchenko - Facial expression and attributes recognition based on multi-task learning of lightweight neural networks](https://ieeexplore.ieee.org/abstract/document/9582508)
15
+ * B0 [![PWC](https://img.shields.io/endpoint.svg?url=https://paperswithcode.com/badge/facial-expression-and-attributes-recognition/facial-expression-recognition-on-affectnet)](https://paperswithcode.com/sota/facial-expression-recognition-on-affectnet?p=facial-expression-and-attributes-recognition)
16
+ * B0 [![PWC](https://img.shields.io/endpoint.svg?url=https://paperswithcode.com/badge/facial-expression-and-attributes-recognition/facial-expression-recognition-on-acted-facial)](https://paperswithcode.com/sota/facial-expression-recognition-on-acted-facial?p=facial-expression-and-attributes-recognition)
17
+
18
 
19
  ## Usage
20
 
 
33
  journal = {GitHub Repository},
34
  howpublished = {\url{https://github.com/tomas-gajarsky/facetorch}}
35
  }
36
+ ```