shaoanlu

Results 4 issues of shaoanlu

**Generative Adversarial Talking Head: Bringing Portraits to Life with a Weakly Supervised Neural Network** Hai X. Pham, Yuting Wang, Vladimir Pavlovic https://arxiv.org/pdf/1803.07716.pdf > References: > ... > 42. Deepfakes. https://github.com/deepfakes/faceswap...

3D face model can be incorporated as a post-processing solution of current faceswap model for sub-optimal performance on profile face as well as intense facial expressions. For example, matching input/output...

https://research.googleblog.com/2018/03/mobile-real-time-video-segmentation.html Current GAN model has a known issue that it sometimes producing video with noticeable flickering. Although we've tried to solve it by applying moving avg. of bounding box coordinate...

Face recognition - [BLCV blog posts](http://blcv.pl/static//tag/face-recogition/) - [FaceNet](https://github.com/davidsandberg/facenet) Face-alignment - [Tensorflow/python implementation of MTCNN](https://github.com/davidsandberg/facenet/tree/master/src/align) Face-segmentation - [CNN face-segmentation (caffe)](https://github.com/YuvalNirkin/face_segmentation) Face swapping - [End-to-end, automatic face swapping pipeline (caffe)](https://github.com/YuvalNirkin/face_swap) Face reenactment...