Update tess.py
Browse files
tess.py
CHANGED
|
@@ -54,13 +54,12 @@ _DATA_URL = f"data/{_ROOT_DIR}.zip"
|
|
| 54 |
|
| 55 |
_CLASS_NAMES = [
|
| 56 |
"neutral",
|
| 57 |
-
"calm",
|
| 58 |
"happy",
|
| 59 |
"sad",
|
| 60 |
"angry",
|
| 61 |
-
"
|
| 62 |
"disgust",
|
| 63 |
-
"
|
| 64 |
]
|
| 65 |
|
| 66 |
|
|
|
|
| 54 |
|
| 55 |
_CLASS_NAMES = [
|
| 56 |
"neutral",
|
|
|
|
| 57 |
"happy",
|
| 58 |
"sad",
|
| 59 |
"angry",
|
| 60 |
+
"fear",
|
| 61 |
"disgust",
|
| 62 |
+
"ps",
|
| 63 |
]
|
| 64 |
|
| 65 |
|