## Towards Robust Blind Face Restoration with Codebook Lookup Transformer
[Paper](https://arxiv.org/abs/xxx) | [Project Page](https://shangchenzhou.com/projects/CodeFormer/) | [Video](https://youtu.be/d3VDpkXlueI)
[Shangchen Zhou](https://shangchenzhou.com/), [Kelvin C.K. Chan](https://ckkelvinchan.github.io/), [Chongyi Li](https://li-chongyi.github.io/), [Chen Change Loy](https://www.mmlab-ntu.com/person/ccloy/)
S-Lab, Nanyang Technological University
### Updates
- **2022.07.02**: :star:We will release the test code and model by July 15th. Thanks for your attention! :blush:
- **2022.06.21**: This repo is created.
#### Face Restoration
#### Face Color Enhancement and Restoration
#### Face Inpainting
### Citation
If our work is useful for your research, please consider citing:
@article{zhou2022codeformer,
author = {Zhou, Shangchen and Chan, Kelvin C.K. and Li, Chongyi and Loy, Chen Change},
title = {Towards Robust Blind Face Restoration with Codebook Lookup TransFormer},
journal = {arXiv preprint arXiv:2206.11253},
year = {2022}
}
### License

This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.
### Acknowledgement
This project is based on [BasicSR](https://github.com/XPixelGroup/BasicSR).