Update README.md
Browse files
README.md
CHANGED
|
@@ -5,12 +5,19 @@ tags:
|
|
| 5 |
- emotion-recognition
|
| 6 |
- mediapipe
|
| 7 |
- face-blendshapes
|
| 8 |
-
model_format:
|
| 9 |
-
model_file: model.
|
| 10 |
language:
|
| 11 |
- en
|
| 12 |
metrics:
|
| 13 |
-
- accuracy
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 14 |
---
|
| 15 |
|
| 16 |
# MediaPipe Face Emotion Classifier
|
|
|
|
| 5 |
- emotion-recognition
|
| 6 |
- mediapipe
|
| 7 |
- face-blendshapes
|
| 8 |
+
model_format: pickle
|
| 9 |
+
model_file: model.pkl
|
| 10 |
language:
|
| 11 |
- en
|
| 12 |
metrics:
|
| 13 |
+
- accuracy: 0.5136
|
| 14 |
+
widget:
|
| 15 |
+
- structuredData:
|
| 16 |
+
eyeBlinkLeft: 0.12
|
| 17 |
+
eyeBlinkRight: 0.15
|
| 18 |
+
browInnerUp: 0.45
|
| 19 |
+
mouthSmileLeft: 0.85
|
| 20 |
+
mouthSmileRight: 0.82
|
| 21 |
---
|
| 22 |
|
| 23 |
# MediaPipe Face Emotion Classifier
|