You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-7
Original file line number
Diff line number
Diff line change
@@ -16,9 +16,10 @@ S-Lab, Nanyang Technological University
16
16
17
17
### Updates
18
18
19
+
-**2022.07.29**: The face detector is upgraded with the family of `['YOLOv5', 'RetinaFace']`. :hugs:
19
20
-**2022.07.17**: The Colab demo of CodeFormer is available now. <ahref="https://colab.research.google.com/drive/1m52PNveE4PBhYrecj34cnpEeiHcC5LTb?usp=sharing"><imgsrc="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.
21
+
-**2022.07.16**: Test code for face restoration is released. :blush:
22
+
-**2022.06.21**: This repo is created.
22
23
23
24
24
25
@@ -54,16 +55,16 @@ source activate codeformer
54
55
# install python dependencies
55
56
pip3 install -r requirements.txt
56
57
python basicsr/setup.py develop
57
-
conda install -c conda-forge dlib
58
58
```
59
+
<!-- conda install -c conda-forge dlib -->
59
60
60
61
### Quick Inference
61
62
62
63
##### Download Pre-trained Models:
63
-
Download the dlib pretrained models from [[Google Drive](https://drive.google.com/drive/folders/1YCqeuNDGCsJBAm90eGh7M_WWKTt19yIY?usp=sharing) | [OneDrive](https://entuedu-my.sharepoint.com/:f:/g/personal/s200094_e_ntu_edu_sg/Em2BaKU2OjhDolr11ngbrUgBu8q6SPn8E0jW-AC7nJF0Ig?e=HkjYrF)] to the `weights/dlib` folder.
64
+
Download the facelib pretrained models from [[Google Drive](https://drive.google.com/drive/folders/1b_3qwrzY_kTQh0-SnBoGBgOrJ_PLZSKm?usp=sharing) | [OneDrive](https://entuedu-my.sharepoint.com/:f:/g/personal/s200094_e_ntu_edu_sg/EvDxR7FcAbZMp_MA9ouq7aQB8XTppMb3-T0uGZ_2anI2mg?e=DXsJFo)] to the `weights/facelib` folder.
64
65
You can download by run the following command OR manually download the pretrained models.
Download the CodeFormer pretrained models from [[Google Drive](https://drive.google.com/drive/folders/1CNNByjHDFt0b95q54yMVp6Ifo5iuU6QS?usp=sharing) | [OneDrive](https://entuedu-my.sharepoint.com/:f:/g/personal/s200094_e_ntu_edu_sg/EoKFj4wo8cdIn2-TY2IV6CYBhZ0pIG4kUOeHdPR_A5nlbg?e=AO8UN9)] to the `weights/CodeFormer` folder.
@@ -82,8 +83,7 @@ You can put the testing images in the `inputs/TestWhole` folder. If you would li
0 commit comments