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

modif builder

parent 86d84dba
No related branches found
No related tags found
No related merge requests found
This diff is collapsed.
......@@ -17,6 +17,11 @@ def smileyRandom(emotionToDodge):
smiley = cv2.imread(smileyImagePath)
return smiley, emotion
ismain = __name__ == "__main__"
if ismain:
smiley, emotion = smileyRandom("")
while cap.isOpened(): #or while 1. cap.isOpened() is false if there is a problem
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment