faceswap with media pipe model and dlib model.
face swap with Dlib model.
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
face swap with mediapipe landmark model.
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
- numpy
- mediapipe
- dlib
- opencv python