From eca0c18275b97eddbc83e305f8f8213cf434b3fd Mon Sep 17 00:00:00 2001 From: Udit Jethva <109515569+u-d-ash@users.noreply.github.com> Date: Tue, 31 Oct 2023 21:54:04 +0530 Subject: [PATCH] improved BCJA caricature --- BCJA.py | 39 ++++++++++++++++++--------------------- 1 file changed, 18 insertions(+), 21 deletions(-) diff --git a/BCJA.py b/BCJA.py index 3d437b6..c634fb8 100644 --- a/BCJA.py +++ b/BCJA.py @@ -1,25 +1,22 @@ # -# _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ -# /\ _ `\ /\ _ _ _\/\_ _ _ \/\ _ _ `\ -# \ \ \_\ \_\ \ \_ _ /\/_ _ _/\ \ \ \ \ \ -# \ \ _ _ `\ \ \ _ \ \ \ \ \_ _\ \ -# \ \ \_ _\ \ \ \_ _ _ /\`\_\/ \ \ _ _ \ -# \ \_ _ _ _\ \_ _ _ _\ \_ _ _ _\ \_\_ /\_\ -# \/_ _ _ _/\/_ _ _ _/\/_ _ _ _/\/_/ \/_/ +# _____ _______ _______ _______ +# /\ _ \ /\ _____\ /\_____ \ /\ ___ \ +# \ \ \_\ \_ \ \ \___ / \/_____/\ \ \ \ \ \ \ +# \ \ ___ \ \ \ \ _ \ \ \ \ \ \___\ \ +# \ \ \___\ \ \ \ \_____ /\ \_\/ \ \ \ ___ \ +# \ \_______\ \ \_______\ \ \_______\ \ \_\__/\_\ +# \/_______/ \/______/ \/_______/ \/_/ \/_/ # -# ================================================ -# Library used to detect facial features, gestures -# and other thigs, finally used to detect and cla- -# -ssify different instances of blended classical -# joint attention. For further information and us- -# -age see ReadMe.md. -# ================================================ -# -# Liscence is hereby provided to everyone abiding -# by the liscecnces of the dependencies to use this -# library when and where needed without a need to -# state. -# ================================================ +# ====================================================== +# Library used to detect facial features, gestures and +# other thigs, finally used to detect and classify +# different instances of blended classical joint attention. +# For further information and usage see README.md +# ======================================================= +# License is hereby provided to everyone abiding by the licences +# of the dependencies to use this library when and where needed +# without a need to state +# ======================================================= import fdetect import getcascades @@ -123,4 +120,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)