CodeFormer
CodeFormer copied to clipboard
[NeurIPS 2022] Towards Robust Blind Face Restoration with Codebook Lookup Transformer
Hi I'm having trouble using this project. It always says the result is in /results folder, while there's no /results folder in the /CodeFormer folder. Can you convert it to...
Hello, thank you very much for your project. Can you release the pre-trained weights of stage 1 and stage 2? thank you very much!
Hi! I really loved your product but i'm not a programmer So could you please to make this one to somethin' with exe load file and gui interface Thanks!
On Colab, CodeFormer_inference.ipynb 1 - if you start by following the procedure it works. 2- later if you connect to your drive and import in the user_upload folder some files,...
When can we expect the checkpoints for inpainting and colorization to be released?
Is it possible to use codeformer to do blind image (note only face) restoration, denoise and sr? How will it perform compared with real-esrgan?
PyTorch since supported M1 GPU with device = MPS , would you consider put the option into script?
``` jack@jack-Virtual-Machine:~/classmates$ sudo docker run --rm -it --name=cf -v $(pwd)/inputs:/codeformer/inputs -v $(pwd)/results:/codeformer/results code-former -w 0 --bg_upsampler realesrgan --input_path inputs/ [sudo] jack 的密码: Downloading: "https://github.com/sczhou/CodeFormer/releases/download/v0.1.0/RealESRGAN_x2plus.pth" to /codeformer/weights/realesrgan/RealESRGAN_x2plus.pth 100%|██████████████████████████████████████████████████████████████████████████████| 64.0M/64.0M [00:11
Background upsampling: False, Face upsampling: False Traceback (most recent call last): File "inference_codeformer.py", line 147, in face_helper = FaceRestoreHelper( File "D:\github\CodeFormer-master\facelib\utils\face_restoration_helper.py", line 105, in __init__ self.face_det = init_detection_model(det_model, half=False, device=self.device)...
When I try it with a group picture which has more than 40 faces on it, some of faces can't be identified. In addition, some faces which has been processed...