Chengkai Yang commited on
Commit
26a129e
·
1 Parent(s): 3b8677e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -1
README.md CHANGED
@@ -124,9 +124,16 @@ Examples
124
  ### Interpolation Style Transfer
125
  ![grid_inter](https://github.com/media-comp/2022-AdaIN-pytorch/blob/main/examples/grid_interpolation.png)
126
 
 
 
 
 
 
 
 
127
 
128
  References
129
  ----------------------------
130
  * X. Huang and S. Belongie. "Arbitrary Style Transfer in Real-time with Adaptive Instance Normalization.", in ICCV, 2017. [arxiv](https://arxiv.org/abs/1703.06868)
131
  * [Original implementation in Torch](https://github.com/xunhuang1995/AdaIN-style)
132
- * [Pretrained weights](https://github.com/naoto0804/pytorch-AdaIN)
 
124
  ### Interpolation Style Transfer
125
  ![grid_inter](https://github.com/media-comp/2022-AdaIN-pytorch/blob/main/examples/grid_interpolation.png)
126
 
127
+ ### Video Style Transfer
128
+ Original Video
129
+ https://user-images.githubusercontent.com/42717345/163804332-5a978090-0d32-49bc-80e8-a11cd6542cd3.mp4
130
+ Style Image
131
+ ![picasso_self_portrait](https://github.com/media-comp/2022-AdaIN-pytorch/blob/main/images/art/picasso_self_portrait.jpg)
132
+ Style Transfer Video
133
+ https://user-images.githubusercontent.com/42717345/163804481-f8900756-49ca-48b2-b2f1-e545aa56e948.mp4
134
 
135
  References
136
  ----------------------------
137
  * X. Huang and S. Belongie. "Arbitrary Style Transfer in Real-time with Adaptive Instance Normalization.", in ICCV, 2017. [arxiv](https://arxiv.org/abs/1703.06868)
138
  * [Original implementation in Torch](https://github.com/xunhuang1995/AdaIN-style)
139
+ * [Pretrained weights](https://github.com/naoto0804/pytorch-AdaIN)