Skip to content

uelordi01/mediapipe_faceswap

Repository files navigation

mediapipe_faceswap

faceswap with media pipe model and dlib model.

Applications:

realtime_face_swaping.py:

face swap with Dlib model.

usage:

put your base images in the change_face_list = [] variable. If the developer prefers to store the photos outside this workspace, please specify the whole path. example: change_face_list = ["unai.jpg"]

usage: python3 realtime_face_swapping.py

media_pipe_sample.py

face swap with mediapipe landmark model.

usage:

put your base images in the change_face_list = [] variable. If the developer prefers to store the photos outside this workspace, please specify the whole path. example: change_face_list = ["unai.jpg"]

usage: python3 media_pipe_sample.py

dependencies:

  • numpy
  • mediapipe
  • dlib
  • opencv python

About

faceswap with media pipe model.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages