You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: