使用ONNXRuntime部署CodeFormer图像清晰修复,包含C++和Python两个版本的程序 super-resolutionface-restorationcodeformer UpdatedAug 8, 2023 C++ hpc203/Face-restoration-models Star32 当下热门的模糊人脸修复模型的部署,分别是:Codeformer,GFPGAN,GPEN,Restoreformer ...
无意中从一个群里看到的一个截图,说是CodeFormer做的,搜索一下github发现了这个人脸修复的神器,github的地址如下: https://github.com/sczhou/CodeFormer 来自南洋理工大学的S-Lab出品, 通过上面的网络架构实现支持人脸的变换(色彩化、清晰化、去马赛克修复等),效果惊艳,官方给出的测试对比图如下: 可以看出支持人...
CodeFormer 旨在提升图片中人脸的质量,同时保留其原始特征。它擅长修复模糊、低质量的脸部,从而生成更清晰、更生动的图片。 - Pasenger/CodeFormer
[1] well-posed problem:https://en.wikipedia.org/wiki/Well-posed_problem [2] CodeFormer:https://openreview.net/forum?id=XdDl3bFUNn5 [3] github:https://github.com/sczhou/CodeFormer [4] Web:https://huggingface.co/spaces/sczhou/CodeFormer [5] GUI:https://www.freedidi.com/7770.html ...
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 ...
If the namespace includes any container images that are public and have more than 5,000 downloads, the full former name of these container images (OLD-NAMESPACE/IMAGE-NAME) is permanently retired when you rename the account to ensure the container image name cannot be reused in the future....
https://github.com/sczhou/CodeFormer 来自南洋理工大学的S-Lab出品, 通过上面的网络架构实现支持人脸的变换(色彩化、清晰化、去马赛克修复等),效果惊艳,官方给出的测试对比图如下: 可以看出支持人脸的清晰化修复,支持色彩修复,支持马赛克修复,看上去真的很好玩,于是我下载了源码测试了一下,下面是我的测试结果。
在NeurIPS 2022上,南洋理工大学-商汤科技联合研究中心S-Lab提出了一种基于VQGAN+Transformer的人脸复原模型CodeFormer。该方法基于预训练VQGAN离散码本空间,改变复原任务的固有范式,将人脸复原任务转成Code序列的预测任务,大幅度降低了复原任务映射的不确定性,同时VQGAN的码本先验也为复原任务提供了丰富的人脸细节。最后...
https://github.com/sczhou/CodeFormer 来自南洋理工大学的S-Lab出品, 通过上面的网络架构实现支持人脸的变换(色彩化、清晰化、去马赛克修复等),效果惊艳,官方给出的测试对比图如下: 可以看出支持人脸的清晰化修复,支持色彩修复,支持马赛克修复,看上去真的很好玩,于是我下载了源码测试了一下,下面是我的测试结果。
论文出现在 PapersWithCode 的 Trending Research 榜单上,星标数量已近 2700;还登上了 GitHub Trending 榜单,星标数量每日数百增长,Star 总量已超 3000。来源:https://paperswithcode.com/ 来源:https://github.com/facebookresearch/DiT 这篇论文最早的版本是 2022 年 12 月,2023 年 3 月更新了第二版...