TimoBolkart / voca

This codebase demonstrates how to synthesize realistic 3D character animations given an arbitrary speech signal and a static character mesh.
https://voca.is.tue.mpg.de/en
1.15k 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

okdalto commented 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, and gstep_52280.model.meta.

Where can I find output_graph.pb and gstep_52280.model?

Thank you.