Spaces:
Runtime error
Runtime error
update README.md
Browse files
README.md
CHANGED
@@ -16,7 +16,7 @@ S-Lab, Nanyang Technological University
|
|
16 |
|
17 |
### Updates
|
18 |
|
19 |
-
- **2022.07.29**:
|
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]`.
|