stylegan2-ada-pytorch
stylegan2-ada-pytorch copied to clipboard
Generate render a video from projected W in stylegan3?
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