yuval-alaluf / SAM

Official Implementation for "Only a Matter of Style: Age Transformation Using a Style-Based Regression Model" (SIGGRAPH 2021) https://arxiv.org/abs/2102.02754
https://yuval-alaluf.github.io/SAM/
MIT License
632 stars 151 forks source link

added inline animation #5

Closed amrzv closed 3 years ago

amrzv commented 3 years ago

Hi. Added a little script for viewing generated animation inline in notebook cell. Now one can be shown without downloading. Reference for function show_mp4: stackoverflow

P.S: tested in colab.

yuval-alaluf commented 3 years ago

Cool. I really like the idea!
The only thing I would maybe add is the option of the video starting automatically and looping. I am pretty sure this could be done with:

<video width="%d" controls autoplay loop>

What do you think?

amrzv commented 3 years ago

Yes, it works. Added autoplay.

yuval-alaluf commented 3 years ago

Awesome! Thanks again for the nice contribution!