avatar-net
avatar-net copied to clipboard
How to do interpolation b/w different styles?
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 hello I met the same issue now. Have you solved it? Thank you!