sczhou commited on
Commit
6f94023
·
1 Parent(s): 06c8107

update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -16,7 +16,7 @@ S-Lab, Nanyang Technological University
16
 
17
  ### Updates
18
 
19
- - **2022.07.29**: The face detector is upgraded with the family of `['YOLOv5', 'RetinaFace']`. :hugs:
20
  - **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>
21
  - **2022.07.16**: Test code for face restoration is released. :blush:
22
  - **2022.06.21**: This repo is created.
@@ -106,7 +106,7 @@ If our work is useful for your research, please consider citing:
106
 
107
  ### Acknowledgement
108
 
109
- This project is based on [BasicSR](https://github.com/XPixelGroup/BasicSR). We also borrow some codes from [Unleashing Transformers](https://github.com/samb-t/unleashing-transformers) and [FaceXLib](https://github.com/xinntao/facexlib).
110
 
111
  ### Contact
112
  If you have any question, please feel free to reach me out at `[email protected]`.
 
16
 
17
  ### Updates
18
 
19
+ - **2022.07.29**: New face detector with supporting `['YOLOv5', 'RetinaFace']`. :hugs:
20
  - **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>
21
  - **2022.07.16**: Test code for face restoration is released. :blush:
22
  - **2022.06.21**: This repo is created.
 
106
 
107
  ### Acknowledgement
108
 
109
+ This project is based on [BasicSR](https://github.com/XPixelGroup/BasicSR). We also borrow some codes from [Unleashing Transformers](https://github.com/samb-t/unleashing-transformers), [YOLOv5-face](https://github.com/deepcam-cn/yolov5-face), and [FaceXLib](https://github.com/xinntao/facexlib).
110
 
111
  ### Contact
112
  If you have any question, please feel free to reach me out at `[email protected]`.