CodeFormer icon indicating copy to clipboard operation
CodeFormer copied to clipboard

[NeurIPS 2022] Towards Robust Blind Face Restoration with Codebook Lookup Transformer

Results 251 CodeFormer issues
Sort by recently updated
recently updated
newest added

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? ![davis side sad](https://user-images.githubusercontent.com/17669188/222381047-acdb3f81-c25b-4d73-9467-170a75f261c5.png) ![davis side sad](https://user-images.githubusercontent.com/17669188/222382869-a75297ed-920b-4d64-b1c7-90ae53ea3df3.png)

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修复图像时,满十个任务就要一直点击生成按钮,不如直接将所有请求排队,这样不用一直点生成按钮。