wl-zhao / DiffSwap

[CVPR 2023] DiffSwap is a diffusion-based face-swapping framework.
99 stars 10 forks source link

2D facial landmarks #18

Open tyrink opened 8 months ago

tyrink commented 8 months ago

The paper claims to use 3DMM to get the facial keypoints, however, the code implementation directly uses the 2D landmarks of the target face detected by the dlib detector, which is obviously different.