From b1a4922b607eb434ee42d3495e781f8204e761fc Mon Sep 17 00:00:00 2001 From: Siwat Sirichai Date: Sat, 23 Sep 2023 03:00:56 +0700 Subject: [PATCH] Update face_analyzer.py --- access_control_python/face_analyzer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/access_control_python/face_analyzer.py b/access_control_python/face_analyzer.py index c790c76..1a42adb 100644 --- a/access_control_python/face_analyzer.py +++ b/access_control_python/face_analyzer.py @@ -30,7 +30,7 @@ while True: res = requests.post("https://racist.siwatsystem.com/process_image",json=data) res = res.content.decode("utf-8") res = json.loads(res) - print(res) + #print(res) if len(res) >0: if (res[0]['dominant_race']=="asian"): print("Ching Chong")