Huage001 / AdaAttN

Officially unofficial PyTorch re-implementation of paper: AdaAttN: Revisit Attention Mechanism in Arbitrary Neural Style Transfer, ICCV 2021.
Apache License 2.0
210 stars 34 forks source link

About Multi-style transfer #22

Open yilihsu opened 1 year ago

yilihsu commented 1 year ago

Dear authors of AdaAttN,

Thank you for releasing this project for further reproduction of your excellent work. I would like to know if the 'Multi-style transfer' has been implemented in this version of code? If not, could you please give more details of how can we implement the idea of 'averaging their mean and standard variance maps of different styles'? How can we merge this function into the current codes?

Thank you so much for reading this issue and I look forward for your kind response:)