From 99d4eec3cce895509b931ebddbab378b9f31b218 Mon Sep 17 00:00:00 2001 From: Swaroop Patil <66289578+swarooppatilx@users.noreply.github.com> Date: Sat, 3 Feb 2024 18:00:51 +0530 Subject: [PATCH 1/2] Update requirements.txt Fixed errors related to specific version of opencv --- requirements.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/requirements.txt b/requirements.txt index e03b6264..1d354299 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ -opencv-python==4.2.0.34 -opencv-contrib-python==4.2.0.34 -Pillow==9.0.1 -h5py==2.10.0 -imutils==0.5.3 +opencv-python +opencv-contrib-python +Pillow +h5py +imutils From a35e86a2aab32f9becd455d760c00a4667d3853f Mon Sep 17 00:00:00 2001 From: Swaroop Patil <66289578+swarooppatilx@users.noreply.github.com> Date: Sat, 3 Feb 2024 18:01:54 +0530 Subject: [PATCH 2/2] Update app-gui.py fixed error on line 7 due to unused module --- app-gui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-gui.py b/app-gui.py index cc5454b2..c20a44fc 100644 --- a/app-gui.py +++ b/app-gui.py @@ -5,7 +5,7 @@ from tkinter import font as tkfont from tkinter import messagebox,PhotoImage #from PIL import ImageTk, Image -from gender_prediction import emotion,ageAndgender +#from gender_prediction import emotion,ageAndgender names = set()