Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -9,7 +9,10 @@ import numpy as np
|
|
9 |
|
10 |
# parameters for loading data and images
|
11 |
detection_model_path = 'haarcascade_files/haarcascade_frontalface_default.xml'
|
12 |
-
emotion_model_path = 'model2/model2_entire_model.h5'
|
|
|
|
|
|
|
13 |
|
14 |
# hyper-parameters for bounding boxes shape
|
15 |
# loading models
|
|
|
9 |
|
10 |
# parameters for loading data and images
|
11 |
detection_model_path = 'haarcascade_files/haarcascade_frontalface_default.xml'
|
12 |
+
# emotion_model_path = 'model2/model2_entire_model.h5'
|
13 |
+
emotion_model_path = 'model_2_aug_nocall_BEST/model_2_aug_nocall_entire_model.h5'
|
14 |
+
|
15 |
+
|
16 |
|
17 |
# hyper-parameters for bounding boxes shape
|
18 |
# loading models
|