视频源画质是高清的,目标图片也是高清的,生成的视频脸部却明显不如视频源和目标图片,肉眼能看出模糊 #160

Open
opened 2021-11-24 07:35:01 +01:00 by f0restw0w · 4 comments
f0restw0w commented 2021-11-24 07:35:01 +01:00 (Migrated from github.com)
No description provided.
NNNNAI commented 2021-11-24 12:56:58 +01:00 (Migrated from github.com)

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.

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.
lhucklen commented 2021-11-24 19:37:31 +01:00 (Migrated from github.com)

Pages not found

Pages not found
NNNNAI commented 2021-11-25 04:10:23 +01:00 (Migrated from github.com)

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.

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?
f0restw0w commented 2021-11-25 09:39:31 +01:00 (Migrated from github.com)

视频脸部是高清了,但是效果远没有原来的低清模型效果好,表情也没有原来的低清模式下的自然了。
我把代码更新了一下,把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

这个命令应该是没问题的吧

视频脸部是高清了,但是效果远没有原来的低清模型效果好,表情也没有原来的低清模式下的自然了。 我把代码更新了一下,把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 这个命令应该是没问题的吧
Sign in to join this conversation.