Update README.md
Browse files
README.md
CHANGED
|
@@ -1,6 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# Human Face Emotion Recognition (ResNet18)
|
| 2 |
|
| 3 |
- Backbone: torchvision ResNet18 (ImageNet pretrained)
|
| 4 |
- Task: Face emotion classification
|
| 5 |
- Labels: ['anger', 'content', 'disgust', 'fear', 'happy', 'neutral', 'sad', 'surprise']
|
| 6 |
-
- Input size: 224x224 RGB
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
metrics:
|
| 6 |
+
- accuracy
|
| 7 |
+
---
|
| 8 |
# Human Face Emotion Recognition (ResNet18)
|
| 9 |
|
| 10 |
- Backbone: torchvision ResNet18 (ImageNet pretrained)
|
| 11 |
- Task: Face emotion classification
|
| 12 |
- Labels: ['anger', 'content', 'disgust', 'fear', 'happy', 'neutral', 'sad', 'surprise']
|
| 13 |
+
- Input size: 224x224 RGB
|