Thanks to visit codestin.com
Credit goes to github.com

Skip to content

arianbakh/lip-detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setup

  • conda create -n lip-detection python=3.11.5
  • conda activate lip-detection (source activate lip-detection on Mac)
  • pip install mediapipe==0.10.11
  • pip 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

Example Usage

  • python3 detect.py images/1.jpeg images/1_out.jpeg
  • python3 color_transfer.py images/1.jpeg images/1_out.jpeg images/6.jpeg images/6_out.jpeg images/1_transfer.jpeg

Notes

  • Information about face keypoints can be found here, here and here

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages