Skip to content
Snippets Groups Projects
Commit 604f8228 authored by Timothé Boulet's avatar Timothé Boulet :alien:
Browse files

models in models/

parent e5c8997f
No related branches found
No related tags found
No related merge requests found
No preview for this file type
......@@ -5,7 +5,7 @@ import cv2
from utils import *
from config import emotions, input_shape, modelName
model = keras.models.load_model(modelName) #Load our model
model = keras.models.load_model("models/"+modelName) #Load our model
print('Model used:', modelName)
def detectEmotion(face):
......
File added
File added
File added
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment