CodeFormer
CodeFormer copied to clipboard
[NeurIPS 2022] Towards Robust Blind Face Restoration with Codebook Lookup Transformer
Hello, I'd like to know more about the algorithm for face alignment in face_restoration_helper.py. 1. How do you decide on the template landmark location ([[192.98138, 239.94708], [318.90277, 240.1936], [256.63416, 314.01935],[201.26117,...
In web version if I set Rescaling_Factor to 1.99 then I'm getting image almost the same resolution (1% smaller) as original. In cmd if I set "--upscale 1" images becames...
Images with transparent background loses transparency after processing. Is it possible to keep images transparency?  
Followed by all the installation steps in the readme, none error occurs. But when we execute the inference code: `python inference_codeformer.py -w 0.5 --has_aligned` A segment fault raised: `zsh: segmentation...
the mac os warn me: urllib.error.URLError: ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1000)
`2023-07-11 07:07:43,224 INFO: Start training from epoch: 0, iter: 1 Traceback (most recent call last): File "basicsr/train.py", line 225, in train_pipeline(root_path) File "basicsr/train.py", line 174, in train_pipeline train_data = prefetcher.next()...
I am trying to setup codeformer to test local inferencing. Here is the command and error i get during setup: ``` (codeformer) rubing@glenrubin-desktop:~/CodeFormer$ python basicsr/setup.py develop Traceback (most recent call...
使用huggingface修复图像时,满十个任务就要一直点击生成按钮,不如直接将所有请求排队,这样不用一直点生成按钮。