stylegan-encoder icon indicating copy to clipboard operation
stylegan-encoder copied to clipboard

StyleGAN Encoder - converts real images to latent space

Results 14 stylegan-encoder issues
Sort by recently updated
recently updated
newest added

Hello there, I am trying to the 'encode_images.py' file without any type of modification but it is not working as per the requirement. I had tried out lots of alternative...

I want to run this project , but the environment disturbs me because that file is empty. How did everyone else install it ? Who can help me.I am a...

Every time I run this, it runs into the same error. `` WARNING:tensorflow:From C:\Users\ellio\.conda\envs\py36\lib\site-packages\tensorflow\python\ops\init_ops.py:1251: calling VarianceScaling.__init__ (from tensorflow.python.ops.init_ops) with dtype is deprecated and will be removed in a future version....

I'm using the StyleGAN_Encoder_Tutorial notebook in google colab but whe running the: `!python encode_images.py aligned_images/ generated_images/ latent_representations/ \ --vgg_url=https://rolux.org/media/stylegan/vgg16_zhang_perceptual.pkl \ --batch_size=2` cell, I get the following error: Using TensorFlow backend....

When encoding a large number of images the encoding time will slowly increase until it becomes 2x-3x the time it took to encode the first image, then the script encode_images.py...

bug

I've added a .gitignore file in order to prevent git to add cache or temporary files to version control The python gitignore template was taken official Github collection of gitignore...

I tried the align_images.py on Colab notebook and it worked fine. I am using the same raw_images on the command line and it throws an "Exception in face alignment". Note:...

As in the earlier issue I am getting the new error trying to run the stylegan pickle file and getting the same error as in the earlier issue.I would like...

when training, the error is "Internal Error: Blas GEMV launch failed: m=10, n=10

Hey! I've checked distribution of dlatent's components (W space) - they seem to be not in [-2,2] range, and not normal at all contrary to what's said in the readme......

enhancement
good first issue