Skip to content
Snippets Groups Projects
Commit d09f1d99 authored by Nikos Athanasiou's avatar Nikos Athanasiou
Browse files

minor fixes to the demo code

parent 92b02f36
Branches
No related tags found
No related merge requests found
......@@ -71,7 +71,7 @@ def interact(newcfg: DictConfig) -> None:
{'motion': motion.numpy(), 'text': texts, 'lengths': lengths} )
vid_ = visualize_meshes(motion.numpy())
save_video_samples(vid_, {cfg.output}_sample-{index}, texts, fps=30)
save_video_samples(vid_, f'{cfg.output}_sample-{index}.mp4', texts, fps=30)
if __name__ == '__main__':
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment