소스 검색

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