sihyun-yu / digan

Official PyTorch implementation of Generating Videos with Dynamics-aware Implicit Generative Adversarial Networks (ICLR 2022).
https://sihyun.me/digan/
181 stars 18 forks source link

Added latent optimisation code for performing video-related tasks #12

Open skymanaditya1 opened 2 years ago

skymanaditya1 commented 2 years ago

Hi, I could not find the code for performing video-related tasks that were shown in the paper such as video interpolation, extrapolation, inversion, etc. I added these functionalities on top of your repository here - https://github.com/skymanaditya1/digan/blob/master/src/scripts/project.py.

Please let me know if this looks okay to you and if you would like, I can create a PR for the same (with the refactoring of course).

sihyun-yu commented 2 years ago

Hi,

you are right. We haven't yet refactored the previous on video-related tasks :( I will check out the implementation soon. Thanks!