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