avatar-net icon indicating copy to clipboard operation
avatar-net copied to clipboard

How to do interpolation b/w different styles?

Open arunpatro opened this issue 6 years ago • 1 comments

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?

arunpatro avatar Oct 08 '18 11:10 arunpatro

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

joan092 avatar Mar 15 '20 20:03 joan092