ms-ufad
ms-ufad
Thank you very much for your reply. Maybe I didn't describe it clearly. Can I input an image and a video to replace the face in the video with the...
I see this sentence: “Given a source face and a sequence of edge images, our model generates the result video with specific motions.” Where is the implementation code?
python demo.py \ --name=face_checkpoints \ --model=face \ --attn_layer=2,3 \ --kernel_size=2=5,3=3 \ --gpu_id=0 \ --dataset_mode=face \ --dataroot=./dataset/FaceForensics \ --results_dir=./demo_results/face 你好,我用自己录制的一段朗读视频,运行上面这段代码后,得到了每帧图像对应的人脸motion草图以及一个视频。 现在的疑问是怎么根据这些motion图像和另一张目标人脸图像,生成一段目标人脸的视频,像根据人体motion图生成对应视频序列那样。
但是其它角度检测能力很好
遇到了相同的问题,生成的视频lip抖动,是因为加入了sketch热力图作为引导导致的吗?还是说在后处理贴合上seg不准确?