From a892f4653c532262b912f561c6c088176449b183 Mon Sep 17 00:00:00 2001 From: Vaek <timothe.boulet@student-cs.fr> Date: Thu, 25 Mar 2021 14:35:46 +0100 Subject: [PATCH] temporary expl in imageProcess --- imageProcess.py | 1 - 1 file changed, 1 deletion(-) diff --git a/imageProcess.py b/imageProcess.py index fcfcf28..9da3637 100644 --- a/imageProcess.py +++ b/imageProcess.py @@ -33,7 +33,6 @@ def imageProcess(image): #Write emotion on the image emotion = fa.detectEmotion(face_color) - print(emotion) cv2.putText(image, emotion, (x,y), cv2.FONT_HERSHEY_SIMPLEX, 1, (255,0,0), 2) -- GitLab