From 014846e4cf409f4e5686de957600a69927da992d Mon Sep 17 00:00:00 2001 From: Satarupa Deb <84276219+Satarupa22-SD@users.noreply.github.com> Date: Sun, 21 Jan 2024 19:37:02 +0530 Subject: [PATCH] Update BCJA.py --- BCJA.py | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/BCJA.py b/BCJA.py index 3d437b6..bcad058 100644 --- a/BCJA.py +++ b/BCJA.py @@ -1,12 +1,13 @@ # -# _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ -# /\ _ `\ /\ _ _ _\/\_ _ _ \/\ _ _ `\ -# \ \ \_\ \_\ \ \_ _ /\/_ _ _/\ \ \ \ \ \ -# \ \ _ _ `\ \ \ _ \ \ \ \ \_ _\ \ -# \ \ \_ _\ \ \ \_ _ _ /\`\_\/ \ \ _ _ \ -# \ \_ _ _ _\ \_ _ _ _\ \_ _ _ _\ \_\_ /\_\ -# \/_ _ _ _/\/_ _ _ _/\/_ _ _ _/\/_/ \/_/ -# +# _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ +# /\ _ `\ /\ _ _ _\ /\_ _ _ \ /\ _ _ `\ +# \ \ \_\ \_ \ \ \_ _ / \/_ _ _/\ \ \ \ \ \ \ +# \ \ _ _ `\ \ \ \ \ \ \ \ \ \_ _\ \ +# \ \ \_ _\ \ \ \ \_ _ _ \`\_\/ \ \ \ _ _ \ +# \ \_ _ _ _\ \ \_ _ _ _\ \_ _ _ _\ \ \_\_ /\_ \ +# \/_ _ _ _/ \_/_ _ _ _/ \/_ _ _/ \ _/_/ \ / + + # ================================================ # Library used to detect facial features, gestures # and other thigs, finally used to detect and cla- @@ -123,4 +124,4 @@ def gaze_direction(video_capture): def head_pose(video_capture): predictor = getcascades.facial_landmarks() - head.face_pose(video_capture,predictor) \ No newline at end of file + head.face_pose(video_capture,predictor)