-
此存储库是DANV的rsamatlab代码,来源为https://github.com/Hangz-nju-cuhk/Talking-Face-Gen
资源介绍
rsa
matlab代码对抗性纠缠的视听表示形式的会说话人脸生成
在这项工作中,我们提出了Disentangled
Audio-Visual
System
(DAVS)来解决任意主题的说话人脸的生成问题,该目的是合成与给定语音语义相对应的一系列人脸图像,并以不受约束的语音音频或视频为条件。
要求
(我们使用版本0.2.0)
生成测试结果
下载预训练的模型
Create
the
default
folder
"
checkpoints
"
and
put
the
checkpoint
in
it
or
get
the
CHECKPOINT_PATH
在此名为的文件夹中可以找到测试样本。
这是来自数据集的预处理样本。
运行测试脚本以从视频生成视频:
python
test_all.py
--test_root
'
./0572_0019_0003/video
'
--test_type
'
video
'
--test_audio_video_length
99
--test_resume_path
CHECKPOINT_PATH
运行测试脚本以从音频生成视频:
python
test_a