RetrieveInStyle
RetrieveInStyle copied to clipboard
Official PyTorch implementation of Retrieve in Style: Unsupervised Facial Feature Transfer and Retrieval.
Hi, Your work is very interesting ! Could you have any plan to release code for quantitative evaluation (AMS metric) ? Thanks!
Hi, Great job! I need to test my images. How do you convert the image to latent space? Are you using the following codes https://github.com/rosinality/stylegan2-pytorch#project-images-to-latent-spaces Thanks, Qiqi
pip install scikit-learn Looking in indexes: https://pypi.org/simple, https://pypi.ngc.nvidia.com Requirement already satisfied: scikit-learn in /home/jp/miniconda3/envs/torch/lib/python3.8/site-packages (0.24.0) Requirement already satisfied: scipy>=0.19.1 in /home/jp/miniconda3/envs/torch/lib/python3.8/site-packages (from scikit-learn) (1.5.4) Requirement already satisfied: threadpoolctl>=2.0.0 in /home/jp/miniconda3/envs/torch/lib/python3.8/site-packages...
great work, is it possible to do inference on cpu in colab?
The `model.py` in current model diff much from [nvidia stylegan2](https://github.com/NVlabs/stylegan2) , and it's aslo too many difference from [rosinality stylegan2](https://github.com/rosinality/stylegan2-pytorch). Can latent vector invert from such different repo of StyleGAN2...