pbaylies / stylegan-encoder

StyleGAN Encoder - converts real images to latent space
Other
740 stars 182 forks source link

Face Alignment results in exception error #57

Open cravisjan97 opened 4 years ago

cravisjan97 commented 4 years ago

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: I am using the same version of Tensorflow, Keras and dlib as the notebook.

Any idea why this happens?