tijiang13 / InstantAvatar

InstantAvatar: Learning Avatars from Monocular Video in 60 Seconds (CVPR 2023)
365 stars 31 forks source link

Animation #52

Closed vrahnos3 closed 10 months ago

vrahnos3 commented 1 year ago

Hello, thanks for the great work, after running the commad

bash ./bash/run-demo.sh

everything seems good but nothing to visualize. asd Am I doing something wrong or do I need to do anything else to visualize the avatar? Thanks!

Net-Maker commented 1 year ago

Bro, you should find the result in outputs/people-snapshot/demo/annimatoin

vrahnos3 commented 11 months ago

@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? male-3-casual I cant understand the usage of animate.py if only frames are provided as output.

Net-Maker commented 11 months ago

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 10 months ago

Hi Panos,

As suggested by Net-Maker I create the gif using imageio.

imageio.mimsave(f"{folder}/../{animation}.gif", imgs, fps=30)

Best, Tianjian