DualStyleGAN icon indicating copy to clipboard operation
DualStyleGAN copied to clipboard

[CVPR 2022] Pastiche Master: Exemplar-Based High-Resolution Portrait Style Transfer

Results 29 DualStyleGAN issues
Sort by recently updated
recently updated
newest added

![cartoon_transfer_53_081680_overview](https://user-images.githubusercontent.com/84310920/181467493-defc1676-2e99-41c5-8ed5-a42750aea95a.jpg) As shown in the picture above, the result of style_transfer.py does not come out properly. Why is that? The output of the terminal is as follows (dualstylegan_env) [lucass@nipa2019-0211 DualStyleGAN]$...

Hi, thanks for sharing code. I download the Anime dataset according to the README.md, but I get bad result like this: ![image](https://user-images.githubusercontent.com/15263824/165317764-f42b07e6-5585-4720-84d1-c5c3625c526b.png) Can you provide more details about trainning Anime...

I am experimenting DualStyleGAN with my custom dataset. I have 283 images and I trained StyleGAN for 600 iterations. Then, I started to destylize it. I set 300 iterations and...

Hi, While training all components of dual stylegan on my custom dataset I noticed that the script destylize.py like other scripts does not have the option to pass in custom...

Hi, would you be interested in adding DualStyleGAN to Hugging Face? The Hub offers free hosting, and it would make your work more accessible and visible to the rest of...

import argparse import os from argparse import Namespace import numpy as np import torch import torchvision from torch.nn import functional as F from torchvision import transforms from model.dualstylegan import DualStyleGAN...

Hi, thanks for sharing code. I am a newcomer in the field of style transfer. I follow the README.md, but I get bad result like this: ![1](https://user-images.githubusercontent.com/112598235/187816949-2eeb5761-cc63-419c-94c4-cdbfd6461d25.jpg) I want to...

How to run it only using CPU as my device does not have a GPU to support CUDA/NVIDIA Drivers

hi,dear could it be simple ? one image in ,one image out ? thx