LucasSheng / avatar-net

Avatar-Net: Multi-scale Zero-shot Style Transfer by Feature Decoration
https://lucassheng.github.io/avatar-net/
178 stars 38 forks source link

How to do interpolation b/w different styles? #5

Open arunpatro opened 5 years ago

arunpatro commented 5 years ago

Hi, I was looking into the evaluation script you provided. You mention in README that in AvatarNet.transfer_styles(self, inputs, styles, inter_weight, intra_weights), the styles is argument that can take a list of style images. However it is instantiated in the model as a placeholder in https://github.com/LucasSheng/avatar-net/blob/master/evaluate_style_transfer.py#L95.

As the code is written for doing style transfer for only 1 image, it works. However when I pass multiple images, it fails with a lot of issues even though the code takes care of listifying the style images.

Is there any usable code for interpolation/mixing multiple styles?

joan092 commented 4 years ago

@arunpatro hello I met the same issue now. Have you solved it? Thank you!