This codebase demonstrates how to synthesize realistic 3D character animations given an arbitrary speech signal and a static character mesh.
1.17k
stars
273
forks
source link
Can't find "output_graph.pb" or "gstep_52280.model" in trained model #100
Open
okdalto opened 2 years ago
Hello, thank you for sharing your great work.
I'm currently trying to run the
run_voca.py
and I downloaded the Trained Model (12 MB) from VOCA download page.However, I found out that the zip file only contains
gstep_52280.model.data-00000-of-00001
,gstep_52280.model.index
, andgstep_52280.model.meta
.Where can I find
output_graph.pb
andgstep_52280.model
?Thank you.