#212 · Primary category: Image Generation

TP-GAN

computer-vision face-recognition generative-adversarial-network synthesis tensorflow

Official TP-GAN Tensorflow implementation for paper "Beyond Face Rotation: Global and Local Perception GAN for Photorealistic and Identity Preserving Frontal View Synthesis"

Project last updated:04/22/22

GitHub Stars

509

Forks

126

Contributors

3

License

Other

Why we included this project

One face photo at an awkward angle is all TP-GAN needs to produce a frontal view of the same person. It comes from the ICCV 2017 paper that introduced the idea, combining a global generator with separate local patches for the eyes and mouth so the result stays photorealistic and the identity holds up. That makes it a natural fit for face recognition and re-identification pipelines that want pose normalization before feature extraction, and the architecture itself is still worth studying. Be aware it is an early TensorFlow 0.12 research release: setup expects a Matlab cropping script and keypoints from off-the-shelf landmark detectors, and use is limited to noncommercial academic work under the CMU license. For frontalization research it works well as a baseline and reference implementation, just not as a turnkey production service.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category