stylegan2-ada-pytorch icon indicating copy to clipboard operation
stylegan2-ada-pytorch copied to clipboard

Generate render a video from projected W in stylegan3?

Open georgeguida opened this issue 2 years ago • 0 comments

Interested in knowing if the video generation with the w vector projection can be replicated in your Stylegan3 repo? This has been very helpful, thank you @dvschultz !

Process: Project images as npz file (vs npy) -> combine multiple vectors into a single npz file -> generate interpolation video between projected images. Currently testing process with https://github.com/PDillis/stylegan3-fun however lacking video options.

// !python generate.py --process=interpolation --interpolation=linear --easing=easeInOutQuad --space=w --network=/content/ladiesblack.pkl --outdir=/content/combined-proj/ --projected-w=/content/npz/combined.npz --frames=120

georgeguida avatar Aug 23 '22 04:08 georgeguida