danielgafni / repalette

Image recoloring with deep neural networks (and GANs!)
Apache License 2.0
31 stars 1 forks source link

Use AdaIN #29

Open danielgafni opened 3 years ago

danielgafni commented 3 years ago

Adaptive instance normalization should remove some of the generator artifacts (like random color stains)

danielgafni commented 3 years ago

here is an PyTorch implementation

https://github.com/naoto0804/pytorch-AdaIN/blob/5eb7f9f1091cdb98bf76d775a50388805a1f0cca/function.py#L15