Animation
vrahnos3 opened this issue · 4 comments
vrahnos3 commented
Net-Maker commented
Bro, you should find the result in outputs/people-snapshot/demo/annimatoin
vrahnos3 commented
@Net-Maker Hello, actually in outputs/people-snapshot/demo/annimation/aist_demo there is a set of rendered frames. Is this the result that instant avatar provides?
Also do you know how can I generate something like this gif in ReadMe?
I cant understand the usage of animate.py if only frames are provided as output.
Net-Maker commented
novel_view.py should generate this gif. The outputs contains all pictures you need if you run the run-Neuman-demo without any problem.So I guess you have something wrong with your code.
tijiang13 commented
Hi Panos,
As suggested by Net-Maker I create the gif using imageio.
imageio.mimsave(f"{folder}/../{animation}.gif", imgs, fps=30)
Best, Tianjian