CodeFormer
CodeFormer copied to clipboard
[NeurIPS 2022] Towards Robust Blind Face Restoration with Codebook Lookup Transformer
i need this step to install grpcio on M1 chip mac: export GRPC_PYTHON_BUILD_SYSTEM_OPENSSL=1 export GRPC_PYTHON_BUILD_SYSTEM_ZLIB=1 pip install grpcio
(codeformer) stevenj@StevenJdeMacBook-Pro CodeFormer % python inference_codeformer.py -w 0.7 --input_path ./inputs/TestWhole Traceback (most recent call last): File "inference_codeformer.py", line 9, in from facelib.utils.face_restoration_helper import FaceRestoreHelper ModuleNotFoundError: No module named 'facelib.utils' (codeformer)...
It would be even better if there is a WEB-GUI.
Hi, Thank you for amazing project. How to modify the effect and face detection strength?
I'd like to know how to best utilise my 2021 M1 MBP for video processing. The M1 GPU is an integrated one so I don't think it can be as...
The faces of Asian people in the processed photos have Western facial features after high-definition
尝试高清处理老照片后,照片中的亚洲人物面相变得有欧美人面相特征 The faces of Asian people in the processed photos have Western facial features after high-definition
#79 reported it as well, i found it is true. 
Hello, Thank you for your great work. I've noticed some traces of DLIB in your repo, can you give an advice how one can replace facelib with DLIB in that...