ICode9

精准搜索请尝试: 精确搜索
首页 > 其他分享> 文章详细

继续尝试Simswap 512

2021-12-10 12:31:47  阅读:362  来源: 互联网

标签:尝试 Simswap -- crop path 512 size


之前:《简单介绍SimSwap(类似DeepFaceLab)单张图视频换脸的项目》
采用的分辨率是224。

最近发现有更新:

About using Simswap 512 (beta version)
We trained a beta version of Simswap 512 on VGGFace2-HQ and open sourced the model (if you think the Simswap 512 is cool, please star our VGGFace2-HQ repo).
The usage of applying Simswap 512 is to modify the value of the argument: “–crop_size” to 512

简单说就是把命令行里面的:

--crop_size 224

改为:

--crop_size 512

为此你需要先拉取项目(git clone git@github.com:neuralchen/SimSwap.git)最新的代码。
再下载512.zip,并解压放置到./checkpoints目录:

Simswap 512 (optional)
The checkpoint of Simswap 512 beta version has been uploaded in Github release.If you want to experience Simswap 512, feel free to try.
Unzip 512.zip, place it in the root dir ./checkpoints.

确认你的GPU至少有3GB显存。
再执行类似指令:

python test_wholeimage_swapmulti.py --crop_size 512 --use_mask  --Arc_path arcface_model/arcface_checkpoint.tar --pic_a_path ./demo_file/faceIn.JPG --pic_b_path ./demo_file/faceOut.jpg --output_path ./output/ 

试了一下,分辨率明显高不少。
但和想象中不太一样,
和官网例子也似乎不同。。。

大概对比如下图:
在这里插入图片描述
呃…… the end。

标签:尝试,Simswap,--,crop,path,512,size
来源: https://blog.csdn.net/ddrfan/article/details/121852140

本站声明: 1. iCode9 技术分享网(下文简称本站)提供的所有内容,仅供技术学习、探讨和分享;
2. 关于本站的所有留言、评论、转载及引用,纯属内容发起人的个人观点,与本站观点和立场无关;
3. 关于本站的所有言论和文字,纯属内容发起人的个人观点,与本站观点和立场无关;
4. 本站文章均是网友提供,不完全保证技术分享内容的完整性、准确性、时效性、风险性和版权归属;如您发现该文章侵犯了您的权益,可联系我们第一时间进行删除;
5. 本站为非盈利性的个人网站,所有内容不会用来进行牟利,也不会利用任何形式的广告来间接获益,纯粹是为了广大技术爱好者提供技术内容和技术思想的分享性交流网站。

专注分享技术,共同学习,共同进步。侵权联系[81616952@qq.com]

Copyright (C)ICode9.com, All Rights Reserved.

ICode9版权所有