All Projects → Blade6570 → Icface

Blade6570 / Icface

Licence: other
ICface: Interpretable and Controllable Face Reenactment Using GANs

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Icface

Contrastive Unpaired Translation
Contrastive unpaired image-to-image translation, faster and lighter training than cyclegan (ECCV 2020, in PyTorch)
Stars: ✭ 822 (+573.77%)
Mutual labels:  deeplearning, gans, image-generation
Selectiongan
[CVPR 2019 Oral] Multi-Channel Attention Selection GAN with Cascaded Semantic Guidance for Cross-View Image Translation
Stars: ✭ 366 (+200%)
Mutual labels:  gans, image-generation
Attentiongan
AttentionGAN for Unpaired Image-to-Image Translation & Multi-Domain Image-to-Image Translation
Stars: ✭ 341 (+179.51%)
Mutual labels:  gans, image-generation
Vrn
👨 Code for "Large Pose 3D Face Reconstruction from a Single Image via Direct Volumetric CNN Regression"
Stars: ✭ 4,391 (+3499.18%)
Mutual labels:  deeplearning, face
Deep-Learning
It contains the coursework and the practice I have done while learning Deep Learning.🚀 👨‍💻💥 🚩🌈
Stars: ✭ 21 (-82.79%)
Mutual labels:  deeplearning, gans
HistoGAN
Reference code for the paper HistoGAN: Controlling Colors of GAN-Generated and Real Images via Color Histograms (CVPR 2021).
Stars: ✭ 158 (+29.51%)
Mutual labels:  deeplearning, gans
Gansformer
Generative Adversarial Transformers
Stars: ✭ 421 (+245.08%)
Mutual labels:  gans, image-generation
sText2Image
Attribute-Guided Sketch-to-Image Generation
Stars: ✭ 67 (-45.08%)
Mutual labels:  face, image-generation
Data Efficient Gans
[NeurIPS 2020] Differentiable Augmentation for Data-Efficient GAN Training
Stars: ✭ 682 (+459.02%)
Mutual labels:  gans, image-generation
Mixnmatch
Pytorch implementation of MixNMatch
Stars: ✭ 694 (+468.85%)
Mutual labels:  gans, image-generation
Multi-Face-Comparison
This repo is meant for backend API for face comparision and computer vision. It is built on python flask framework
Stars: ✭ 20 (-83.61%)
Mutual labels:  face, deeplearning
Matlab Gan
MATLAB implementations of Generative Adversarial Networks -- from GAN to Pixel2Pixel, CycleGAN
Stars: ✭ 63 (-48.36%)
Mutual labels:  gans, image-generation
AODA
Official implementation of "Adversarial Open Domain Adaptation for Sketch-to-Photo Synthesis"(WACV 2022/CVPRW 2021)
Stars: ✭ 44 (-63.93%)
Mutual labels:  image-generation, gans
Text To Image Synthesis
Pytorch implementation of Generative Adversarial Text-to-Image Synthesis paper
Stars: ✭ 288 (+136.07%)
Mutual labels:  gans, image-generation
Nearest-Celebrity-Face
Tensorflow Implementation of FaceNet: A Unified Embedding for Face Recognition and Clustering to find the celebrity whose face matches the closest to yours.
Stars: ✭ 30 (-75.41%)
Mutual labels:  face, deeplearning
Anycost Gan
[CVPR 2021] Anycost GANs for Interactive Image Synthesis and Editing
Stars: ✭ 367 (+200.82%)
Mutual labels:  gans, image-generation
CoCosNet-v2
CoCosNet v2: Full-Resolution Correspondence Learning for Image Translation
Stars: ✭ 312 (+155.74%)
Mutual labels:  image-generation, gans
Anime2Sketch
A sketch extractor for anime/illustration.
Stars: ✭ 1,623 (+1230.33%)
Mutual labels:  image-generation, gans
Apdrawinggan
Code for APDrawingGAN: Generating Artistic Portrait Drawings from Face Photos with Hierarchical GANs (CVPR 2019 Oral)
Stars: ✭ 510 (+318.03%)
Mutual labels:  face, image-generation
Img2imggan
Implementation of the paper : "Toward Multimodal Image-to-Image Translation"
Stars: ✭ 49 (-59.84%)
Mutual labels:  gans, image-generation

ICface: Interpretable and Controllable Face Reenactment Using GANs

Accepted WACV-2020

Project | Youtube | Arxiv


Single Image Animation

Source Image-1 Animation-1 Source Image-2 Animation-2

This is the part of the implementation of "ICface: Interpretable and Controllable Face Reenactment Using GANs" (https://arxiv.org/abs/1904.01909).

The test code is released now!

test_code is updated

**Note**: The implementation and results have improved with the current modifications. The codes are updated in /test_code_released_new/. The checkpoints are also updated and added. Feel free to raise an issue if you face any difficulties in running the updated files.

Prerequisites

  1. Python 3.5.4
  2. Pytorch 0.4.1
  3. Visdom and dominate
  4. Natsort

The code is tested on Ubuntu 16.04 LTS

Download the Pretrained Weights of ICface Google Drive Link.

Testing ICface

  1. Clone the ICface repository and change the working directory to '/test_code_released_new'
  2. Keep the pretrained weights inside the path: ./checkpoints/gpubatch_resnet.
  3. For the driving video, you can select any video file from voxceleb dataset, extract the action units in a .csv file using Openface and store the .csv file in the working folder. We have provided two such .csv files and thier corresponding driving videos.
  4. For the source image, we have selected images from voxceleb test set. Three exampes are given in the folder ./new_crop. More can be obtained from here. In particular the "Cropped Face Images extracted at 1fps" (7.8Gb). The test identities can be downloaded here under the data section.
  5. Run in terminal : python test.py --dataroot ./ --model pix2pix --which_model_netG resnet_6blocks --which_direction AtoB --dataset_mode aligned --norm batch --display_id 0 --batchSize 1 --loadSize 128 --fineSize 128 --no_flip --name gpubatch_resnet --how_many 1 --ndf 256 --ngf 128 --which_ref ./new_crop/1.png --gpu_ids 1 --csv_path 00116.csv --results_dir results_video
  6. The resuting video will be found in '/test_code_released_new' under the name 'movie.mp4'

If you are not using voxceleb test set

  1. In the python file 'image_crop.py', add your image path and run it.
  2. It will create a new cropped version of your image and will store in './new_crop' folder. Then follow the above steps to create youe video file.

-If you are using this implementation for your research work then please cite us as:

#Citation 

@article{tripathy+kannala+rahtu,
  title={ICface: Interpretable and Controllable Face Reenactment Using GANs},
  author={Tripathy, Soumya and Kannala, Juho and Rahtu, Esa},
  journal={arXiv preprint arXiv:1904.01909},
  year={2019}
}

NOTE: Code framework is based on pix2pix

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].