ソースを参照

Update README.md

Yijun Li 6 年 前
コミット
9950fe2dd3
1 ファイル変更5 行追加0 行削除
  1. 5 0
      README.md

+ 5 - 0
README.md

@@ -1,6 +1,11 @@
 # CartoonGAN-Test-Pytorch-Torch
 Pytorch and Torch testing code of [CartoonGAN](http://openaccess.thecvf.com/content_cvpr_2018/CameraReady/2205.pdf) `[Chen et al., CVPR18]`. With the released pretrained [models](http://cg.cs.tsinghua.edu.cn/people/~Yongjin/Yongjin.htm) by the authors, I made these simple scripts for a quick test.
 
+<p>
+    <img src='test_output/demo_ori.gif' width=300 />
+    <img src='test_output/demo.gif' width=300 />
+</p>
+
 
 ## Getting started