hrastnik / FaceSwap

Real-time FaceSwap application built with OpenCV and dlib
MIT License
679 stars 188 forks source link

why the result is bad when I use your code to test the before.jpg ? #17

Open tiankong1993 opened 7 years ago

tiankong1993 commented 7 years ago

why the result is bad when I use your code to test the before.jpg ?

hrastnik commented 7 years ago

What do you mean result is bad?

tiankong1993 commented 7 years ago

the result when I use your code , can you tell me where is wrong? https://github.com/LiuRjun/meng/blob/master/tu.png

hrastnik commented 7 years ago

The image I got was produced by feeding the whole video to the algorithm and screencapping a random frame. The algorithm is not stateless (it can change based on previous frame inputs) so that's probably where the difference from my results and yours comes from.