Chengkai Yang commited on
Commit
8d06f98
·
1 Parent(s): 404f3a4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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` [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
  ----------------------------
@@ -104,7 +104,7 @@ $ python test_video.py --content_video $VID --style_image $STYLE --cuda
104
 
105
  optional arguments:
106
  -h, --help show this help message and exit
107
- --content_image CONTENT_IMAGE
108
  single content video file
109
  --style_image STYLE_IMAGE
110
  single style image
 
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
  ----------------------------
 
104
 
105
  optional arguments:
106
  -h, --help show this help message and exit
107
+ --content_video CONTENT_IMAGE
108
  single content video file
109
  --style_image STYLE_IMAGE
110
  single style image