Skip to content

ty625911724/Jittor_E4E

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jittor version: Designing an Encoder for StyleGAN Image Manipulation (E4E)

Designing an Encoder for StyleGAN Image Manipulation
Omer Tov, Yuval Alaluf, Yotam Nitzan, Or Patashnik, Daniel Cohen-Or. In SIGGRAPH, 2021.

The original page: [Project Page]

Notes

We implement the E4E encoder for facial images, both for StyleGAN2 and StyleGAN3.

The official weight are converted jittor for StyleGAN2. The weights for StyleGAN3 are trained by ourselves.

The Google Drive link: https://drive.google.com/drive/folders/1Vvf9pJ_NGj0oB7dBs8Be-Bfk0T08BEup?usp=sharing

Quick start

Project real image into StyleGAN2 latent space :

python inference_stylegan2.py --images_path ./imgs/input/69918.png --save_path ./imgs/output/69918_stylegan2.png --ckpt ./weights/e4e_ffhq_encode_stylegan2.pt

Project real image into StyleGAN3 latent space:

python inference_stylegan3.py --images_path ./imgs/input/69918.png --save_path ./imgs/output/69918_stylegan3.png --ckpt ./weights/e4e_ffhq_encode_stylegan3.pt

Acknowledgements

This repository borrows partially from the original codes and Sketch_GAN repository.

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published