视频源画质是高清的,目标图片也是高清的,生成的视频脸部却明显不如视频源和目标图片,肉眼能看出模糊 #160
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I have updated a beta version of Simswap 512 which output high resolution results . Please go to Preparation and Inference for image or video face swapping to check the latest set up.
Pages not found
I have correct the link. Could you try it one more time?
视频脸部是高清了,但是效果远没有原来的低清模型效果好,表情也没有原来的低清模式下的自然了。
我把代码更新了一下,把512.zip解压到checkpoints下,执行:
python test_video_swapsingle.py --no_simswaplogo --crop_size 512 --isTrain false --use_mask --name people --Arc_path arcface_model/arcface_checkpoint.tar --pic_a_path ./001/image/01/100.jpg --video_path ./001/video/012.mp4 --output_path ./output/multi_test_swapsingle.mp4 --temp_path ./temp_results
这个命令应该是没问题的吧