conda create -n lip-detection python=3.11.5conda activate lip-detection(source activate lip-detectionon Mac)pip install mediapipe==0.10.11pip install protobuf==4.25.3(because of this issue, even though this version is technically not compatible with Mediapipe)wget -O mediapipe_tasks/face_landmarker_v2_with_blendshapes.task -q https://storage.googleapis.com/mediapipe-models/face_landmarker/face_landmarker/float16/1/face_landmarker.task
python3 detect.py images/1.jpeg images/1_out.jpegpython3 color_transfer.py images/1.jpeg images/1_out.jpeg images/6.jpeg images/6_out.jpeg images/1_transfer.jpeg