Skip to content

Looking up a generative latent vectors from reference images.

License

Notifications You must be signed in to change notification settings

rebus013/Inverse-Style-GAN

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Inverse Style GAN

Looking up a generative latent vectors from reference images.

example

Usage

$ git clone https://github.com/NVlabs/stylegan.git
$ git clone https://github.com/sshh12/Inverse-Style-GAN.git
$ cd Inverse-Style-GAN
// *Install Tensorflow* //
$ pip install -r requirements.txt
Brute Force Algo
$ python brute-lookup.py --img_path face.jpg --max_iter 100

This will iteratively output best.jpg/best.npy which correspond to the best matching generated image and its latent vector.

Related Research

About

Looking up a generative latent vectors from reference images.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%