Spaces:
Runtime error
Runtime error
add Colab demo.
Browse files- README.md +4 -4
- inputs/cropped_faces/0012.png +0 -0
- inputs/cropped_faces/Andrei_Konchalovsky_0001.png +0 -0
- weights/CodeFormer/.gitkeep +0 -0
- weights/dlib/.gitkeep +0 -0
README.md
CHANGED
@@ -4,9 +4,9 @@
|
|
4 |
|
5 |
## Towards Robust Blind Face Restoration with Codebook Lookup Transformer
|
6 |
|
7 |
-
[Paper](https://arxiv.org/abs/
|
8 |
|
9 |
-
|
10 |
|
11 |
[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/)
|
12 |
|
@@ -16,7 +16,7 @@ S-Lab, Nanyang Technological University
|
|
16 |
|
17 |
### Updates
|
18 |
|
19 |
-
|
20 |
- **2022.07.16**: Test code for face restoration is released. :blush:
|
21 |
- **2022.06.21**: This repo is created.
|
22 |
|
@@ -87,7 +87,7 @@ python inference_codeformer.py --w 0.7 --test_path [input folder]
|
|
87 |
|
88 |
NOTE that *w* is in [0, 1]. Generally, smaller *w* tends to produce a higher-quality result, while larger *w* yields a higher-fidelity result.
|
89 |
|
90 |
-
The results
|
91 |
|
92 |
### Citation
|
93 |
If our work is useful for your research, please consider citing:
|
|
|
4 |
|
5 |
## Towards Robust Blind Face Restoration with Codebook Lookup Transformer
|
6 |
|
7 |
+
[Paper](https://arxiv.org/abs/2206.11253) | [Project Page](https://shangchenzhou.com/projects/CodeFormer/) | [Video](https://youtu.be/d3VDpkXlueI)
|
8 |
|
9 |
+
<a href="https://colab.research.google.com/drive/1m52PNveE4PBhYrecj34cnpEeiHcC5LTb?usp=sharing"><img src="https://colab.research.google.com/assets/colab-badge.svg" alt="google colab logo"></a>
|
10 |
|
11 |
[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/)
|
12 |
|
|
|
16 |
|
17 |
### Updates
|
18 |
|
19 |
+
- **2022.07.17**: The Colab demo of CodeFormer is available now. <a href="https://colab.research.google.com/drive/1m52PNveE4PBhYrecj34cnpEeiHcC5LTb?usp=sharing"><img src="https://colab.research.google.com/assets/colab-badge.svg" alt="google colab logo"></a>
|
20 |
- **2022.07.16**: Test code for face restoration is released. :blush:
|
21 |
- **2022.06.21**: This repo is created.
|
22 |
|
|
|
87 |
|
88 |
NOTE that *w* is in [0, 1]. Generally, smaller *w* tends to produce a higher-quality result, while larger *w* yields a higher-fidelity result.
|
89 |
|
90 |
+
The results will be saved in the `results` folder.
|
91 |
|
92 |
### Citation
|
93 |
If our work is useful for your research, please consider citing:
|
inputs/cropped_faces/0012.png
DELETED
Binary file (270 kB)
|
|
inputs/cropped_faces/Andrei_Konchalovsky_0001.png
DELETED
Binary file (557 kB)
|
|
weights/CodeFormer/.gitkeep
ADDED
File without changes
|
weights/dlib/.gitkeep
ADDED
File without changes
|