Home

Awesome

GenerativeFaceCompletion

Matcaffe implementation of our CVPR17 paper on face completion.

<img src='face_completion.png' width=800> In each panel from left to right: original face, masked input, completion result.

Setup

make all -j4
make matcaffe

Training

Testing

Citation

@inproceedings{GFC-CVPR-2017,
    author = {Li, Yijun and Liu, Sifei and Yang, Jimei and Yang, Ming-Hsuan},
    title = {Generative Face Completion},
    booktitle = {IEEE Conference on Computer Vision and Pattern Recognition},
    year = {2017}
}

Acknowledgement