Chengkai Yang commited on
Commit
e93fb19
·
1 Parent(s): 23a016c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -1,6 +1,6 @@
1
  2022-AdaIN-pytorch
2
  ============================
3
- This is an unofficial Pytorch implementation of the paper, `Style Transfer with Adaptive Instance Normalization, ICCV 2017` [arxiv](https://arxiv.org/abs/1703.06868). I referred to the [official implementation](https://github.com/xunhuang1995/AdaIN-style) in Torch. I used pretrained weights of vgg19 and decoder from [naoto0804](https://github.com/naoto0804/pytorch-AdaIN).
4
 
5
  Requirements
6
  ----------------------------
 
1
  2022-AdaIN-pytorch
2
  ============================
3
+ This is an unofficial Pytorch implementation of the paper, `Arbitrary Style Transfer in Real-time with Adaptive Instance Normalization, ICCV 2017` [arxiv](https://arxiv.org/abs/1703.06868). I referred to the [official implementation](https://github.com/xunhuang1995/AdaIN-style) in Torch. I used pretrained weights of vgg19 and decoder from [naoto0804](https://github.com/naoto0804/pytorch-AdaIN).
4
 
5
  Requirements
6
  ----------------------------