I have updated a beta version of Simswap 512 which output high resolution results . Please go to [Preparation](https://github.com/neuralchen/SimSwap/blob/main/docs/guidance/preparation.md) and [Inference for image or video face swapping](https://github.com/neuralchen/SimSwap/blob/main/docs/guidance/usage.md) to check the latest set up.
I have correct the link. Could you try it one more time?
> I have updated a beta version of Simswap 512 which output high resolution results . Please go to [Preparation](https://github.com/neuralchen/SimSwap/blob/main/docs/guidance/preparation.md) and [Inference for image or video face swapping](https://github.com/neuralchen/SimSwap/blob/main/docs/guidance/usage.md) to check the latest set up.
I have correct the link. Could you try it one more time?
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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
这个命令应该是没问题的吧