[NeurIPS 2022] Towards Robust Blind Face Restoration with Codebook Lookup Transformer - Actions · sczhou/CodeFormer
# git clone this repository git clone https://github.com/sczhou/CodeFormer cd CodeFormer # create new anaconda env conda create -n codeformer python=3.8 -y conda activate codeformer # install python dependencies pip3 install -r requirements.txt python basicsr/setup.py develop conda install -...
无意中从一个群里看到的一个截图,说是CodeFormer做的,搜索一下github发现了这个人脸修复的神器,github的地址如下: https://github.com/sczhou/CodeFormer 来自南洋理工大学的S-Lab出品, 通过上面的网络架构实现支持人脸的变换(色彩化、清晰化、去马赛克修复等),效果惊艳,官方给出的测试对比图如下: 可以看出支持人...
# git clone this repository git clone https://github.com/sczhou/CodeFormer cd CodeFormer # create new anaconda env conda create -n codeformer python=3.8 -y conda activate codeformer # install python dependencies pip3 install -r requirements.txt python basicsr/setup.py develop conda install -...
[3] github:https://github.com/sczhou/CodeFormer [4] Web:https://huggingface.co/spaces/sczhou/CodeFormer [5] GUI:https://www.freedidi.com/7770.html 如果您也对人工智能和计算机视觉全栈领域感兴趣,强烈推荐您加入有料、有趣、有爱的公众号『CVHub』,每日为大家带来精品原创、多领域、有深度的前沿科...
论文地址: https://arxiv.org/abs/2206.11253 项目地址: https://shangchenzhou.com/projects/CodeFormer GitHub地址: https://github.com/sczhou/CodeFormer Hugging Face地址: https://huggingface.co/spaces/sczhou/CodeFormer 一、人脸复原的挑战 在介绍方法之前,先讨论下人脸复原任务面临的诸多挑战: ...
2.CodeFormer:精确盲脸修复 ️仓库名称:sczhou/CodeFormer截止发稿星数: 14508 (近一个月新增:477)仓库语言: Python仓库开源协议:Other 引言 CodeFormer 旨在提升图片中人脸的质量,同时保留其原始特征。它擅长修复模糊、低质量的脸部,从而生成更清晰、更生动的图片。项目作用 CodeFormer 采用了一种新的代码本...
https://github.com/sczhou/CodeFormer 来自南洋理工大学的S-Lab出品, 通过上面的网络架构实现支持人脸的变换(色彩化、清晰化、去马赛克修复等),效果惊艳,官方给出的测试对比图如下: 可以看出支持人脸的清晰化修复,支持色彩修复,支持马赛克修复,看上去真的很好玩,于是我下载了源码测试了一下,下面是我的测试结果。
[NeurIPS 2022] Towards Robust Blind Face Restoration with Codebook Lookup Transformer - Branches · sczhou/CodeFormer
[NeurIPS 2022] Towards Robust Blind Face Restoration with Codebook Lookup Transformer - Commits · sczhou/CodeFormer