From 04602c689af841dd11d689b4a5cd0b5679543129 Mon Sep 17 00:00:00 2001 From: rrangith Date: Sun, 27 Jan 2019 09:30:11 -0500 Subject: [PATCH] fix --- backend/app.py | 2 +- backend/video.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/app.py b/backend/app.py index 33ebb55..41be51c 100644 --- a/backend/app.py +++ b/backend/app.py @@ -6,7 +6,7 @@ app = Flask(__name__) CORS(app) -app.config['DEBUG'] = True +#app.config['DEBUG'] = True SPEECH = None diff --git a/backend/video.py b/backend/video.py index 01c452a..876802e 100644 --- a/backend/video.py +++ b/backend/video.py @@ -101,7 +101,7 @@ def run(self): else: self.emotions[self.current_emotion] = 1 - print(self.total_displacement/(10*self.num_frames), self.current_emotion, self.emotions) + #print(self.total_displacement/(10*self.num_frames), self.current_emotion, self.emotions) for face_coordinates in faces: x1, x2, y1, y2 = apply_offsets(face_coordinates, emotion_offsets)